@extends('header') @section('head') @parent @stop @section('content')
@endif
@endif
@endif
@endif
@endif
@endif
@endif
@endif
@endif
@endif
Field Crew:
@foreach ($field_crew->field_crew as $key => $fc)
@if(!empty($fc->nickname))
{{ $fc->nickname }}
@else
{{ $fc->first_name }} {{ $fc->last_name }}
@endif
@endforeach
@if ($field_crew->comments != '')
{{ $field_crew->comments }}
@endif
can('view', 'project')) href="{{url('field_crew_schedulers/'.$field_crew->fcs_pid.'/edit')}}" @endif>
Edit Schedule
{{$employee->getPostedByName->first_name}} {{$employee->getPostedByName->last_name}}, {{$employee->created_at->format('m/d/y h:i a')}}
{{$customer->getPostedByName->first_name}} {{$customer->getPostedByName->last_name}}, {{$customer->created_at->format('m/d/y h:i a')}}>