@extends('layouts.master') @section('title', 'pre_project') @section('content')
@include('pages.activity.detail.modal.add_activity') @include('pages.pre_project.detail.modal.update') @include('pages.pre_project.components.add_modal')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') @include('pages.pre_project.detail.list.list_invoice') @include('pages.activity.detail.list.chart_task') @include('components.list.list_state') @include('components.project.list.list_document') @include('pages.activity.detail.list.list_chat') @include('pages.activity.detail.item.item_default') @include('pages.activity.detail.list.list_call') @include('pages.activity.detail.list.list_email') @include('pages.activity.detail.list.list_note') @include('pages.activity.detail.list.list_task') @include('pages.activity.detail.list.list_meeting') {{-- @include('pages.pre_project.detail.item.item_note') @include('pages.pre_project.detail.item.item_email') @include('pages.pre_project.detail.item.item_call') @include('pages.pre_project.detail.item.item_task') @include('pages.pre_project.detail.item.item_meeting') --}} {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection