@extends('layouts.app-agent') @section('content')

Edit Area

Update Area
{{ Form::open(array('url' => url('agent/area-update',$get_area->id),'enctype'=>'multipart/form-data','method'=>'post')) }} {!! csrf_field() !!}
@error('name') {{ $message }} @enderror
{{ Form::close() }}
@endsection @section('script') @endsection