@extends('statepanel.layout.master') @section('content')
Local Government:
Update

Local Government Information :

@csrf @method('PUT')
@if ($errors->has('business_name')) {{ $errors->first('business_name') }} @endif
@if ($errors->has('contact_first_name')) {{ $errors->first('contact_first_name') }} @endif
@if ($errors->has('contact_last_name')) {{ $errors->first('contact_last_name') }} @endif
@if ($errors->has('contact_mobile_number')) {{ $errors->first('contact_mobile_number') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('account_code')) {{ $errors->first('account_code') }} @endif