@extends($activeTemplate . 'layouts.merchant') @section('content')
@csrf
    @forelse ($withdrawMethods as $withdrawMethod)
  • image {{ @$withdrawMethod->name }} @lang('Last updated : ') {{ showDateTime($withdrawMethod->updated_at, 'd M Y') }} @lang('Proceed to Withdraw') @lang('Save Account')
  • @empty
  • {{ @$emptyMessage }}
  • @endforelse
@endsection