@csrf
@if(count($bills) > 0)
@else @endif

{{__('frontend.Billing Details')}}

{{__('common.Name')}} {{isset($bills[0]->first_name)?$bills[0]->first_name:''}} {{isset($bills[0]->last_name)?$bills[0]->last_name:''}}
{{__('common.Email')}} {{isset($bills[0]->email)?$bills[0]->email:''}}
{{__('common.Phone')}} {{isset($bills[0]->phone)?$bills[0]->phone:''}}
{{__('frontend.Company Name')}} {{isset($bills[0]->company_name)?$bills[0]->company_name:''}}
{{__('frontend.Street Address')}} {{isset($bills[0]->address1)?$bills[0]->address1:''}} {{isset($bills[0]->address2)?$bills[0]->address2:''}}
{{__('frontend.Zip Code')}} {{isset($bills[0]->zip_code)?$bills[0]->zip_code:''}}
{{__('frontend.City')}} {{isset($bills[0]->city)?$bills[0]->city:''}}
{{__('frontend.Country')}} {{isset($bills[0]->country)?$bills[0]->country:''}}
{{__('frontend.Order Details')}} {{isset($bills[0]->details)?$bills[0]->details:''}}
@php $name = explode(" ", $profile->name); @endphp first('first_name') ? 'autofocus' : ''}}> {{$errors->first('first_name')}}
first('last_name') ? 'autofocus' : ''}}> {{$errors->first('last_name')}}
{{$errors->first('country')}}
first('address1') ? 'autofocus' : ''}}> {{$errors->first('address1')}}
first('city') ? 'autofocus' : ''}}> {{$errors->first('city')}}
first('phone') ? 'autofocus' : ''}}> {{$errors->first('phone')}}
first('email') ? 'autofocus' : ''}}> {{$errors->first('email')}}

{{__('frontend.Additional Information')}}

{{__('frontend.Your order')}}

{{__('frontend.Plan Title')}}
{{@$cart->plan->title}}
{{__('frontend.Plan Validity')}}
{{@$cart->plan->days}} {{__('frontend.Days')}}
@if($cart->plan->price == 0) {{__('frontend.Payable Amount')}} @else {{__('frontend.Subtotal')}} @endif {{getPriceFormat($cart->plan->price)}}
@if(hasTax())
{{__('tax.TAX')}} {{getPriceFormat(taxAmount($cart->plan->price))}}
@endif
{{__('frontend.Payable Amount')}} @if(hasTax()) {{getPriceFormat($cart->plan->price)}} @else {{getPriceFormat($cart->plan->price)}} @endif

{{__("frontend.Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy")}} .