@extends('admin::layouts.layout') @section('content')
@include('project::tabs.full_summary') @include('project::tabs.summary') @include('project::tabs.assessment') @include('project::tabs.general') @include('project::tabs.worksteps') @include('project::tabs.afterworks') @include('project::tabs.buildings') @include('project::tabs.requests') @include('project::tabs.settings') @include('project::tabs.tools') @include('project::tabs.documents') @include('project::tabs.materials') @include('project::tabs.photos') @include('project::tabs.workhours') @include('project::tabs.payments') @include('project::tabs.costs') @include('project::tabs.certificates') @include('project::tabs.agreements')
@include('project::modals.works_by_workers') @include('project::modals.project_afterwork') @include('project::modals.project_agreement') @include('project::modals.new_work_status') @include('project::modals.new_project_work') @include('project::modals.new_building') @include('project::modals.new_place') @include('project::modals.new_request') @include('project::modals.material') @include('project::modals.new_document') @include('project::modals.new_assessment') @include('project::modals.new_photo') @include('project::modals.new_tool') @include('project::modals.new_payment') @include('project::modals.new_cost') @include('project::modals.new_certificate') @endsection