@extends('layouts.admin') @section('content')
Assign Area
{!! csrf_field() !!}
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('region')) {{ $errors->first('region') }} @endif
@if ($errors->has('region')) {{ $errors->first('city') }} @endif
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@if(!empty($assign_area)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection