@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($financialRefund ?? '' && $financialRefund->id) @method('PUT') @endif @csrf
@if($financialRefund->user->bank_account_holder_name ?? null)
@endif @if($financialRefund->user->bank_account ?? null)
@endif @if($financialRefund->user->paymentMethod->currentDescription->title ?? null)
@endif
@endsection @push('stack_scripts') @endpush @section('inner_js') {{-- get regions by country --}} @include('admin.partials._script') @endsection