@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Withdraw information View')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('withdraw')}}

{{\App\CPU\translate('seller')}} {{\App\CPU\translate('Withdraw')}} {{\App\CPU\translate('information')}}

{{\App\CPU\translate('amount')}} :
{{\App\CPU\BackEndHelper::set_symbol(\App\CPU\Convert::default($withdraw_request->amount))}}
{{\App\CPU\translate('request_time')}} :
{{$withdraw_request->created_at}}
{{\App\CPU\translate('Note')}} :
{{$withdraw_request->transaction_note}}
@if ($withdraw_request->approved== 0) @else
@if($withdraw_request->approved==1) @else @endif
@endif
@if($withdrawal_method)

{{ $withdrawal_method->method_name }} {{\App\CPU\translate('info')}}

@foreach($withdrawal_method as $key => $method)
{{ ucwords(str_replace('_',' ',$key)) }} :
{{ $method }}
@endforeach
@else

{{\App\CPU\translate('my_bank_info')}}

{{\App\CPU\translate('bank_name')}} :

{{$withdraw_request->seller->bank_name ? $withdraw_request->seller->bank_name : 'No Data found'}}

{{\App\CPU\translate('Branch')}} :
{{$withdraw_request->seller->branch ? $withdraw_request->seller->branch : 'No Data found'}}
{{\App\CPU\translate('holder_name')}} :
{{$withdraw_request->seller->holder_name ? $withdraw_request->seller->holder_name : 'No Data found'}}
{{\App\CPU\translate('account_no')}} :
{{$withdraw_request->seller->account_no ? $withdraw_request->seller->account_no : 'No Data found'}}
@endif @if($withdraw_request->seller->shop)

{{\App\CPU\translate('shop_info')}}

{{\App\CPU\translate('seller_b')}} :
{{$withdraw_request->seller->shop->name}}
{{\App\CPU\translate('Phone')}} :
{{$withdraw_request->seller->shop->contact}}
{{\App\CPU\translate('address')}} :
{{$withdraw_request->seller->shop->address}}
@endif

{{\App\CPU\translate('seller_info')}}

{{\App\CPU\translate('name')}} :
{{$withdraw_request->seller->f_name}} {{$withdraw_request->seller->l_name}}
{{\App\CPU\translate('Email')}} :
{{$withdraw_request->seller->email}}
{{\App\CPU\translate('Phone')}} :
{{$withdraw_request->seller->phone}}
@endsection @push('script') @endpush