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

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

{{App\Language::trans('Contact Us')}} {{App\Language::trans('Disabled')}} {{App\Language::trans('Edit')}}
{{App\Language::trans('Help')}} {{App\Language::trans('Disabled')}} {{App\Language::trans('Edit')}}

@foreach($cols as $col) @if($col == 'id') @else @endif @endforeach @foreach($model as $index => $row) @foreach($row->toArray() as $key => $value) @if($key == 'status') @elseif($key == 'content') @elseif($key != 'id') @endif @endforeach @endforeach
#{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}{{App\Language::trans('Action')}}
{{$index+1}}{{$row->display_status_string($key)}}{!!html_entity_decode($value)!!}{{$value}} {{App\Language::trans('Edit')}} |
@endsection @section('script') @endsection