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

Dairy Development Executive (DDE)

Cancel

DDE Details


Max size 5 MB
@if($dde->type == 'dde')
@endif

DDE Target & Commission

@if(isset($ddeSlab)) @foreach($ddeSlab as $key=>$slab) @endforeach @endif

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