@extends('layouts.master') @section('title', 'pre_project') @section('content')
{{-- filter status --}}
{{ trans('label.status') }}
{{-- end status --}} {{-- search --}}
{{ trans('label.filters') }}
{{-- item chi hien thi khi xem table list --}}
{{-- sort --}} {{ trans('label.sort') }} {{-- end sort --}} {{-- manage_columns --}} {{-- end manage_columns --}} {{ trans('label.bulk_delete') }}
@include('pages.pre_project.components.list')
{{--
Loading...
{{ trans('label.no_record') }} --}}
@include('pages.pre_project.components.add_modal')
@endsection @section('script-footer') @include('pages.pre_project.components.calendar') @include('pages.pre_project.components.grid') @include('pages.pre_project.components.columns_manager') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection