@extends('layouts.app') @section('content')
@csrf @method('PUT')

Supplier

Cancel

Edit Details


Max size 5 MB
@foreach ($improvementArea as $item)
id, $improvementAreaIds) ? 'checked' : '' }}>
@endforeach

Address


{!! $errors->first('country_id', '') !!}
{!! $errors->first('region', '') !!}
{!! $errors->first('district', '') !!}
{!! $errors->first('county_id', '') !!}
{!! $errors->first('subCounty_id', '') !!}
{!! $errors->first('address', '') !!}
@endsection @section('scripts') @include('setting.partials.address-js') @endsection