{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors') @include('backend.alerts')
Use keywords using prefix ## and end with postfix ## like ##client_name## ##client_dob##

OR

File size must under 15MB and allowed file type: PDF, Doc, Excel. If you upload static file it will be used as document instead Of Document Template.
@if (isset($data['document_file']) && !empty($data['document_file'])) @endif
Enter new keyword in new line
  • client_name
  • client_dob
  • client_address
  • client_email
  • {{--
  • ndis_number
  • --}}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection