@extends('backend.layouts_backend.master2') @section('title') Edit County @endsection @section('content') {{-- header --}}

Edit County


{{-- end header --}}
@csrf @method('PATCH')


{{-- validation --}} @if ($errors->has('county_name')) {{-- {{ $errors->first('name') }} --}} @endif
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection