@extends("layout") @section("content") @php $arr=Session::get('data'); $plan= $arr[0]; $price= $arr[1]; $quantity = $arr[2]; @endphp
{{-- --}}
tashan payment
@endsection @section("meta") @endsection @section('scripts') @endsection