@extends('layouts.app') @section('content')
SECURE ONLINE PAYMENT

LKR {{ $amount }}

{{ $appointment->service->name }} ยท {{ $appointment->customer->name }}

@foreach(['merchant_id'=>$merchant,'return_url'=>route('payhere.return'),'cancel_url'=>route('booking.success',$appointment->reference),'notify_url'=>route('payhere.notify'),'order_id'=>$payment->provider_order_id,'items'=>$appointment->service->name,'currency'=>'LKR','amount'=>$amount,'first_name'=>$appointment->customer->name,'last_name'=>'-','email'=>'customer@example.com','phone'=>$appointment->customer->mobile,'address'=>'Not provided','city'=>'Colombo','country'=>'Sri Lanka','hash'=>$hash] as $name=>$value)@endforeach

Your card details are entered only on PayHere.

@endsection