@php ($headerOption = [ 'title' => $module, 'header_buttons' => [ ($permission['create'] ? ''. \Config::get('settings.icon_add') .' Add New' : ''), ], 'filters' => isset($filters) ? $filters : [], 'data' => isset($data) ? $data : [] ]) @extends('admin.layouts.layout', $headerOption) @section('content')
Username Plan Title Price Timestamp Dispute Reason Actions
John Doe Gold Package $50.00 2023-10-01 10:00:00 Duplicate charge
Jane Smith Silver Package $30.00 2023-10-02 11:30:00 Unauthorized transaction
Michael Brown Platinum Package $100.00 2023-10-03 14:45:00 Service not as described
@include('admin.components.pagination') @endsection