@extends('layout') @section('title', 'Withdrawal') @section('content')
| {{ __('text.amount') }} | {{ __('text.paymentmode') }} | {{ __('text.note') }} | {{ __('text.description') }} | {{ __('text.requestdate') }} | {{ __('text.paymentdate') }} | ||
|---|---|---|---|---|---|---|---|
| @if(session('currency_id')) {{ session('currency_symbol') }} @php $currencyValue = session('value') ?? 1; $totalPrice = $currencyValue * $wd->amount; @endphp {{ $totalPrice }} | @else {{$symbol}} {{$wd->amount}} @endif{{ $wd->method }} | {{ $wd->discription }} | {{ $wd->admin_discription }} | {{ $wd->requested_date }} | {{ $wd->payment_date }} | ||
| {{ __('text.no_records_found') }} | |||||||
|
{{ $data->links() }}
|
|||||||