{{$release->agent_name}}
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@foreach($ums as $um)
@if($release->unit_manager_id == $um->id)
{{$um->fullname}}
@endif
@endforeach
@if($errors->has('umanager_id')) {{$errors->first('umanager_id')}} @endif
@foreach($agents as $agent)
@if($release->referrer_id == $agent->id)
{{$agent->fullname}}
@else
@endif
@endforeach
@if($errors->has('referrer_id')) {{$errors->first('referrer_id')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
@foreach ($share as $sh)
@endforeach
{{--grid layout--}}