@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Stage Checklist
@if(isset($checklist)) @foreach($checklist as $item) @endforeach @endif
  Description Action
General Details
@stop