{{ $panel }} Manager View
@include('web.admin.includes.buttons.view-page-button')
| Column | Value |
|---|---|
| Profile Image |
@if ($data['row']->profile_image)
No image @endif |
| Name | {{ $data['row']->name }} |
| Position | {{ $data['row']->position }} |
| Address | {{ $data['row']->address }} |
| Contact | {{ $data['row']->tel }}, {{ $data['row']->cell_1 }}, {{ $data['row']->cell_2 }} |
| {!! $data['row']->email !!} | |
| Description | {!! $data['row']->description !!} |
| Social | |
| Create at | {{ $data['row']->created_at }} |
| Last updated at | {{ $data['row']->updated_at }} |
| Created by | {{ $data['row']->created_by_name }} |
| Last updated by | {{ $data['row']->updated_by_name }} |
| Slug | {!! $data['row']->slug !!} |
| Rank | {!! $data['row']->rank !!} |
| Status |
|