@extends('layouts.master', ['page_title' => 'Suggestions Mailbox', 'page_sub_title' => 'Inbox']) @section('content') @component('components.card_main', [ 'title' => __('mailbox.inbox_history'), 'description' => __('mailbox.inbox_history_descr') ]) @slot( 'body' )
@component('components.button', ['type'=>'search', 'submit' => true])@endcomponent
@component('components.button', ['type'=>'download'])@endcomponent
@endslot @slot('after_body') @component('components.datatable') @slot('thead') @lang('master.view') ID @lang('master.date') @lang('master.name') @lang('master.status') @lang('mailbox.email') @lang('mailbox.telephone') @lang('mailbox.reason') @lang('mailbox.complaint_type') @lang('mailbox.message') @lang('mailbox.follow_up') @lang('audit.evidence') @lang('audit.ap_evidence') Closed evidence count @lang('mailbox.user_type') @lang('mailbox.facility') @lang('master.plant') @endslot @slot('tfoot')   ID @lang('master.date') @lang('master.name') @lang('master.status') @lang('mailbox.email') @lang('mailbox.telephone') @lang('mailbox.reason') @lang('mailbox.complaint_type') @lang('mailbox.message') @lang('mailbox.follow_up') @lang('audit.evidence') @lang('audit.ap_evidence') Closed evidence count @lang('mailbox.user_type') @lang('mailbox.facility') @lang('master.plant') @endslot @endcomponent @endslot @endcomponent @endsection @section('plugin-scripts') @include('scripts.datatablesjs') @endsection @section('app-scripts') @endsection