@if (session()->has('message'))
{{-- Show form --}}
@if($formMode)
@endif
@if($viewMode)
@endif
{{-- Table --}}
{{ $founders->links() }}
{{ session('message') }}
@endif
Founders Details
{{-- Add More button (only if form is hidden) --}} @if(($role_id == 1) || in_array(72, $permissions)) @if(!$formMode) @endif @endif{{ $image ?? '-' }}
{{ $founder_name ?? '-' }}
{{ $description ?? '-' }}
| Image | Founder Name | Action |
|---|---|---|
|
@if($founder->image)
|
{{ $founder->founder_name }} | @if(($role_id == 1) || in_array(53, $permissions)) @endif @if(($role_id == 1) || in_array(54, $permissions)) @endif @if(($role_id == 1) || in_array(55, $permissions)) @endif |
| No records found | ||