@foreach($careerApplications as $key=> $row)
{{ $row->name }} {{ $row->careerName }} {{ $row->ServiceName }} {{-- {{ $row->submission_date }}--}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{ __('dashboard.delete') }} @else {{ __('dashboard.view') }} {{ __('dashboard.trash') }} @endif @endforeach @if( count( $careerApplications ) ) {{ $careerApplications->links() }} @endif