| Name | Image | Created at | Status | Action |
|---|---|---|---|---|
| {{ $company_page->name }} |
@if ($company_page->image)
|
{{ date_format($company_page->created_at, 'd-m-Y') }} | {{ $company_page->is_active ? 'Active' : 'Inactive' }} |
@if (!$company_page->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
{{-- --}}
@endif
|