@include('layout.backend.alert')
|
S N
|
Full Name
|
Company Name
|
Status
|
Options
|
@forelse($testimonials as $index=>$record)
|
{{ $index+1 }}
|
{{ $record->full_name }}
|
{{ $record->company_name }}
|
@if($record->is_active == 1)
@else
@endif
|
|
@empty
| No record found. |
@endforelse
|
S N
|
Full Name
|
Company Name
|
Status
|
Options
|