@extends('seller.layouts.datatable-app') @section('panel_content')

{{ translate('Refund Requests') }}

{{ translate('All Refund Request') }}
# {{ translate('Date') }} {{translate('Order id')}} {{translate('Product')}} {{translate('Amount')}} {{translate('Status')}} {{translate('Reason')}} {{translate('Approval')}} {{translate('Reject')}}
@endsection @section('modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection