@extends('layouts.master') @section('title', 'tokutei_project') @section('content')
@include('pages.tokutei_project.detail.card_detail') @include('pages.tokutei_project.detail.card_customer') @include('pages.tokutei_project.detail.card_contacts') @include('pages.tokutei_project.detail.card_trainee') {{-- @include('pages.tokutei_project.detail.card_job_description') @include('pages.tokutei_project.detail.card_employment_condition') --}} @include('pages.tokutei_project.detail.card_manager') @include('pages.tokutei_project.detail.card_system_properites')
(( item.name ))
@include('pages.activity.detail.list.list_activity')
Loading...
@include('pages.activity.detail.modal.add_activity') @include('pages.tokutei_project.detail.modal.update') @include('pages.tokutei_project.components.add_modal')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} {{-- --}} {{-- xu ly collapse_all --}} @include('pages.activity.components.sort_order_manager') @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection