@extends('front.template.header') @section('content')
Billing details

{{$service->title}}

@if(session('attribute_prices') > 0) @else @endif @if(session()->has('attribute_details')) @foreach(session('attribute_details') as $attribute) @endforeach @endif @if($wordCount > 0) @endif
Service Price AED {{ number_format(session('attribute_prices'),2) }}
Service Price AED {{ number_format($service->price_from,2)}}
{{ $attribute['name'] }} ({{$attribute['value']}}) AED {{ number_format($attribute['price'],2) }}
Word Count {{$wordCount}}
Subtotal AED {{number_format($totalPrice,2)}}
Total AED {{number_format($totalPrice,2)}}
@csrf

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.

@endsection