@extends('layouts.app') @section('title','লাইসেন্স ইন্সপেক্টর হালনাগাদ') @section('content')

@yield('title')

@yield('title')

{{ csrf_field() }} {{ method_field('PUT') }}
{{ $errors->first('circle_id') }}
{{ $errors->first('ward_id') }} @foreach($wards as $ward) @php $checked = (in_array($ward->id, explode(",",$licenseinspector->ward_id))) ? 'checked="checked"' : ''; @endphp
  • {{ $ward->name }}
  • @endforeach
    {{ $errors->first('name') }}
    {{ $errors->first('username') }}
    {{ $errors->first('password') }}
    {{ $errors->first('email') }}
    {{ $errors->first('mobile_number') }}
    {{ $errors->first('image') }}
    {{ $errors->first('signature') }}
    @include('inspector.createAjax') @endsection