@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('fbl.create')) @endif @if(routeAccess('fbl.destroy'))
@endif
{{trans('feedback_loop.view.table_heading.email')}} {{trans('feedback_loop.view.table_heading.complaints')}} {{trans('feedback_loop.view.table_heading.status')}} {{trans('feedback_loop.view.table_heading.last_processed')}} {{trans('common.table_heading.created_on')}} {{trans('common.table_heading.actions')}}
@endsection