{{ $title }}
Sr. No. | @foreach($table_columns as $column) @if($column !== 'id')@if($column == 'razorpay_payment_id') Payment ID @else {{ ucfirst(str_replace('_', ' ', $column)) }} @endif | @endif @endforeachActions |
---|---|---|
{{ $key + 1 }} | @foreach($table_columns as $column) @if($column !== 'id' && $column !== 'status'){{ $about->$column }} | @endif @endforeach