@extends('frontend.layout.master') @section('content')
{{ $getproductdetails['recordList'][0]['name'] }}
{{ $getproductdetails['recordList'][0]['features'] }}Price:
{{ $currency['value'] }}{{ number_format($getproductdetails['recordList'][0]['amount'], 2) }}
Gst( {{ $gstvalue['value'] }}%):
{{ $currency['value'] }}{{ number_format($getproductdetails['recordList'][0]['amount'] * ($gstvalue['value'] / 100), 2) }}
Total Price:
{{ $currency['value'] }}{{ number_format($getproductdetails['recordList'][0]['amount'] + $getproductdetails['recordList'][0]['amount'] * ($gstvalue['value'] / 100), 2) }}