@extends('front.practitioner.import.template.import') @section('content') @php $data = Common::getMyPlan(); $showPaymentSectionClass = $data['isBankDetailsFilled'] == 1 ? 'd-none' : ''; @endphp {{--
@include( 'front.practitioner.import.include.navbar' )
--}}
{{--

My Invoice

--}}
@csrf

Invoice fields

Select from the following options to customise your invoices. Once complete you can preview your invoice below.

Business address

address)) checked @endif @if(isset($practitionerInvoice->address) && $practitionerInvoice->address == 1) checked @endif >
is_replace_business_address) && $practitionerInvoice->is_replace_business_address == 1) checked @endif >

Company details

company_name)) checked @endif @if(isset($practitionerInvoice->company_name) && $practitionerInvoice->company_name == 1) checked @endif >
logo)) checked @endif @if(isset($practitionerInvoice->logo) && $practitionerInvoice->logo == 1) checked @endif >
phone_number)) checked @endif @if(isset($practitionerInvoice->phone_number) && $practitionerInvoice->phone_number == 1) checked @endif >
email)) checked @endif @if(isset($practitionerInvoice->email) && $practitionerInvoice->email == 1) checked @endif >
website)) checked @endif @if(isset($practitionerInvoice->website) && $practitionerInvoice->website == 1) checked @endif >
practitioner_provider_number)) checked @endif @if(isset($practitionerInvoice->practitioner_provider_number) && $practitionerInvoice->practitioner_provider_number == 1) checked @endif >
profession)) checked @endif @if(isset($practitionerInvoice->profession) && $practitionerInvoice->profession == 1) checked @endif >

Client details

client_name)) checked @endif @if(isset($practitionerInvoice->client_name) && $practitionerInvoice->client_name == 1) checked @endif >
client_address)) checked @endif @if(isset($practitionerInvoice->client_address) && $practitionerInvoice->client_address == 1) checked @endif >
client_dob)) @endif @if(isset($practitionerInvoice->client_dob) && $practitionerInvoice->client_dob == 1) checked @endif >
invoice_notes)) @endif @if(isset($practitionerInvoice->invoice_notes) && $practitionerInvoice->invoice_notes == 1) checked @endif >

Emailing

    @php $clientEmail = isset($practitionerInvoice) ? $practitionerInvoice->client_email : 1; if(!$clientEmail){ $clientEmail = 0; } @endphp
@php $text ='Dear , Please find attached a copy of your invoice. We look forword to seeing you soon. Kind regards, '; @endphp

@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @if(session()->has('success')) @endif @endsection