@extends('umrah.layouts.admin') @section('content') @include('umrah.layouts.partials._alert')

{{App\Language::trans('Listing Information')}}

@foreach($cols as $col) @if($col == 'id') @else @endif @endforeach @foreach($model as $index => $row) @foreach($row->toArray() as $key => $value) @if(str_contains($key, '_id')) @elseif($key != 'id') @endif @endforeach @endforeach
#{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}{{App\Language::trans('Action')}}
{{$index+1}}{{$row->display_relationed($key, 'name')}}{{$value}} {{App\Language::trans('View')}}
@endsection @section('script') @endsection