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

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

{{-- --}} {{-- detail button --}}
@include('pages.project_document_employment_contract.detail.card_detail') @include('pages.project_document_employment_contract.detail.card_customer') @include('pages.project_document_employment_contract.detail.card_project') @include('pages.project_document_employment_contract.detail.card_trainee') @include('pages.project_document.detail.card_document_template') @include('pages.project_document_employment_contract.detail.card_system_properites')
@include('pages.activity.detail.list.list_activity')
Loading...
@include('pages.project_document_employment_contract.detail.modal.update_modal') @include('pages.project_document_employment_contract.components.add_modal') @include('pages.activity.detail.modal.add_activity')
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('components.common.sort_order_manager') @include('components.list.list_file_by_model') @include('pages.activity.detail.list.list_chat_aside') @include('pages.activity.detail.list.list_chat') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection