@extends('layouts.master') @section('title', 'project_document') @section('content')

{{ trans('label.document_quarter') }}

{{-- --}} {{-- detail button --}}
{{--
@include('pages.project_document_quarter.detail.card_detail') @include('pages.project_document_quarter.detail.card_customer')
@include('pages.project_document_quarter.detail.tab_et_file')
--}}
@include('pages.project_document_quarter.detail.card_detail') @include('pages.project_document_quarter.detail.card_customer') {{-- @include('pages.project_document_quarter.detail.card_trainee') --}} @include('pages.project_document_quarter.detail.card_system_properites')
(( item.name ))
@include('pages.activity.detail.list.list_activity')
Loading...
@include('pages.project_document_quarter.detail.modal.update_modal') @include('pages.project_document_quarter.components.add_modal') @include('pages.activity.detail.modal.add_activity')
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection