{{ $title }}

{{ __('Hey,') }} {{ $bill->customer->name }}

{{ __('Your subscription will expire soon') }}.

{{ __('Bill Number') }}

{{ $bill->id }}

{{ __('Due Date') }}

{{ $bill->date }}

{{ __('End Date') }}

{{ $bill->end_date }}
{{ __('Bill Details') }}:
@foreach ($bill->services as $item) @endforeach
{{ __('Service Details') }} {{ __('Price') }} {{ __('Discount') }} % {{ __('Tax') }} % {{ __('Total') }}
{{ $item->name }} {{ $item->price }} {{ $item->discount }} {{ $item->tax }} {{ $item->totel }}
{{ __('Total Amount') }} {{ $bill->totel }}
{{ __('Thank you!') }}

© {{ __('تشفير ICO. كل الحقوق محفوظة') }}