@vite('resources/css/app.css')
@include('Admin.sidebar')Project | Employee Name | Action | Date Completed | Deadline | ||
---|---|---|---|---|---|---|
{{ $log->project_name }} | {{ $log->employee_name }} {{ $log->employee_type }} |
{{ $log->Action }} | {{ $log->created_at->format('M d, Y h:i:s a') }} | {{ \Carbon\Carbon::parse($log->channel_deadline)->format('M d, Y h:i:s a') }} | @if($log->Action !== 'Revision completed') @if($log->pr_status === 'Late') Late @else Completed @endif @else none @endif | @if($log->Action !== 'Revision completed') Job Order @else none @endif |