@extends('frontend.layouts.app') @section('content') @php $cgst = $data['amount'] * 9 / 100; $sgst = $data['amount'] * 9 / 100; $total = $data['amount']; @endphp