@extends('layouts.app') @section('form-title') {{ __('Project report') }} @endsection @section('form-sub-title') {{ $project->title }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Project report') }} - {{ $project->title }}
@if(canViewUpdate('view select options and pulldown + apply button')) @endif
@include('partials.modals.delete') @include('projects.bookings.edit-modal') @include('projects.bookings.move-modal') @endsection @push('child-scripts') @endpush