@if(File::exists(config('constants.upload_path.logo').config('config.logo')))
@endif
|
|
{!! config('config.company_name') !!}
{!! config('config.address') !!}
{!! config('config.zipcode') !!}
{!! trans('messages.email') !!} : {!! config('config.email') !!} | {!! trans('messages.phone') !!} : {!! config('config.phone') !!}
|
|
User Information
Name : {{ $invoice->first_name.' '.$invoice->lastt_name }}
Email : {{ $invoice->email }}
Mobile : {{ $invoice->mobile }}
|
|
Charger Information
Station ID : {{ $invoice->station_id }}
CP ID : {{ $invoice->nozzle_id }}
Station Location : {{ $invoice->location_name }}
Station Name : {{ $invoice->station_name }}
Station Address : {{ $invoice->address }}
Application : {{ ucfirst($invoice->application) }}
|
|
Payment Method
|
Check #
|
Payment Status
|
{{ $invoice->order_status }}
|
Payment Mode
|
{{ $invoice->type }}
|
Details
|
Amount
|
Per/KWT
|
₹{{ $invoice->price }}
|
Used KWT
|
{{ $invoice->power_usage }} KWT
|
Base Fare
|
₹{{ $invoice->base_fare }}
|
{{-- @php $data=json_decode($invoice->service_tax) @endphp
@foreach ($data as $key=> $item)
{{ $key }}
|
{{ $item }}
|
@endforeach --}}
|
Total: ₹{{ $invoice->amount }}
|