@extends('layouts.app') @section('form-title') {{ __('Projects') }} - {{ $project->title }} - {{ __('Send reports') }}@endsection @section('form-sub-title') {{ $project->client->name }} @endsection @section('breadcrumb') @endsection @section('content')
{{--
{{ __('Send report to client and enduser') }}
--}}
@csrf @include('projects.wizard-send-report.client') @include('projects.wizard-send-report.enduser')
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush