@extends('layouts.master') @section('title', 'file') @section('content')
{{-- search --}} {{-- @include('pages.form.components.search') --}} {{-- item chi hien thi khi xem table list --}}
{{-- sort_order --}} {{-- end sort_order --}} {{-- manage_columns --}} {{-- end manage_columns --}} @include('includes.pagination-dropdown')
dashboard view
@include('pages.form_support_contract.components.list')
{{--
Loading...
{{ trans('label.no_record') }} --}}
@include('pages.form_support_contract.components.add_modal') @include('pages.form.components.modal_export', ['label_form_no' => trans('support_contract.support_contract_no')]) @include('pages.form.components.modal_download_exported')
@endsection @section('script-footer') {{-- --}} @include('pages.form.components.calendar') @include('pages.form.components.grid') @include('components.common.columns_manager') @include('components.common.sort_order_manager') {{-- --}} @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection