{{ $title }}
Sr. No. | @foreach($table_columns as $column) @if($column !== 'id'){{ ucfirst(str_replace('_', ' ', $column)) }} | @endif @endforeachActions | |
---|---|---|---|
{{ $key + 1 }} | @foreach($table_columns as $column) @if($column !== 'id' && $column !== 'status'){{ $about->$column }} | @endif @if($column == 'status')@if($about->$column == 1) Active @else Inactive @endif | @endif @endforeachEdit Delete |
{{ $data->links() }}