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

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

@foreach($header_cols as $col) @endforeach @foreach($listing as $row) @endforeach
{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}
{{$row['language']}} {{$row['file_name']}} {{$row['last_update_at']}}
@endsection @section('script') @endsection