@if(!empty($response))
Order Placed Successfully
Quantity : {{$response['quantity']}}
Total Amount : {{$response['totalAmount']}}
PreTax Amount : {{$response['preTaxAmount']}}
Metal Type : {{$response['metalType']}}
Rate : {{$response['rate']}}
@endif
@if(!empty($errors))
Something Went Wrong
@endif