{{ session('success') }}
@endif
Sno | Name | Product Id | Status |
---|---|---|---|
{{ $key+1 }} | {{ $payment->name }} | {{$payment->unit_amount }} | {{ ($payment->active)? "True":"False" }} |
@extends('layout.master') @section('content')
Sno | Name | Product Id | Status |
---|---|---|---|
{{ $key+1 }} | {{ $payment->name }} | {{$payment->unit_amount }} | {{ ($payment->active)? "True":"False" }} |