@extends('commons.layouts.admin') @section('content') @include('commons.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($key == 'date_started' || $key == 'date_started') @elseif($key == 'status') @elseif($key != 'id') @endif @endforeach @endforeach
#{{$col}}{{App\Language::trans('Action')}}
{{$index+1}}{{$value}}{{$row->display_status_string($value)}}{{$value}} {{App\Language::trans('Edit')}} |
@endsection @section('script') @endsection