@foreach($documentations as $key=> $row)
{{__('documentations.'.$row->type)}} {{$row->status ? __('documentations.active') : __('documentations.not_active')}} {{$row->documentation_date}} {{date('h:i A', strtotime($row->documentation_time))}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{ __('dashboard.delete') }} @else {{ __('dashboard.edit') }} {{ __('dashboard.trash') }} @endif @endforeach @if( count( $documentations ) ) {{ $documentations->links() }} @endif