@extends('layouts.master') @section('title', 'hiring_project') @section('content')
@include('pages.activity.detail.modal.add_activity') @include('pages.hiring_project.detail.modal.update') @include('pages.hiring_project.components.add_modal')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') @include('components.list.list_state') @include('components.project.list.list_document') @include('pages.hiring_project.detail.list.list_request_form') @include('pages.hiring_project.detail.list.list_interview') @include('pages.hiring_project.detail.list.list_invoice') @include('pages.activity.detail.list.chart_task') @include('pages.hiring_project.detail.list.list_hiring_project_candidate') @include('pages.hiring_project.detail.list.list_hiring_project_candidate_control') @include('pages.hiring_project.detail.list.list_candidate_chat') @include('pages.activity.detail.list.list_chat') @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.activity.detail.item.item_default') @include('pages.hiring_project.detail.item.item_interview') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection