@extends('admin.layouts.container') @section('content')
{{ __('financial_refunds.financial_refund_id') }} {{ __('financial_refunds.name') }} {{ __('financial_refunds.phone') }} {{ __('financial_refunds.amount') }} {{ __('financial_refunds.status') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @include('admin.partials._script') @endsection