@if (Session::has('message'))
{{Session::get('message')}}
@endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('ndis_number')) {{$errors->first('ndis_number')}} @endif
@if($errors->has('state_id')) {{$errors->first('state_id')}} @endif
{{--
@if($errors->has('start_date')) {{$errors->first('start_date')}} @endif
@if($errors->has('end_date')) {{$errors->first('end_date')}} @endif
--}}
@if($errors->has('status')) {{$errors->first('status')}} @endif

Stake Holder

@foreach($stakeholders as $key => $value)
@endforeach
Cancel