@extends('layouts.app') @section('form-title') {{ __('Send appointment confirmations to enduser and client') }} @endsection @section('form-sub-title') {{ $project->client->name }} @endsection @section('breadcrumb') @endsection @section('content')
{{--
{{ __('Send report to client and enduser') }}
--}}
@csrf @include('projects.appointment-confirmation.enduser') @include('projects.appointment-confirmation.client')
@endsection @push('child-scripts') @endpush