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

{{ translate('Money Withdraw') }}

{{ single_price(Auth::user()->shop->admin_to_pay) }}
{{ translate('Pending Balance') }}
{{ translate('Send Withdraw Request') }}
{{ translate('Withdraw Request history')}}
# {{ translate('Date')}} {{ translate('Amount')}} {{ translate('Status')}} {{ translate('Message')}}
@endsection @section('modal') @endsection @section('script') {!! $datatable_script !!} @endsection