@extends('layouts.master') @section('title', 'estimate') @section('content')
{{-- end filter closed --}} {{-- filter status --}} @include('pages.estimate.components.filter_status') {{-- end status --}} {{-- search --}} @include('pages.estimate.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.estimate.components.list')
@include('pages.estimate.components.add_modal') @include('pages.estimate.components.modal_export') @include('pages.estimate.components.modal_download_exported')
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.estimate.components.calendar') @include('pages.estimate.components.grid') @include('pages.estimate.components.columns_manager') @include('pages.estimate.components.sort_order_manager') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection