@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Basic Tables') @section('page-script') @endsection @section('content')
| First Name | @else{{ ucfirst($column) }} | @endif @endif @endforeachActions |
|---|---|---|
|
@if ($column === 'image_path')
{{-- Display thumbnail image --}}
@if (!empty($item->{$column}))
@if (!empty($item->{$column}))
View LinkedIn
@else
No LinkedIn
@endif
@elseif ($column === 'resume')
@if (!empty($item->{$column}))
Download
@else
No Resume
@endif
@else
{{ $item->{$column} }}
@endif
|
@endif
@endforeach
|