@include('dashboard.layouts.header')

Credit Card Authorization

Credit Card Authorization


@if (session('success'))
{{ session('success') }}
@endif @if(isset($report))
@csrf @method('PUT') @else @csrf @endif

Authorization Information

@error('client_name') {{ $message }} @enderror

Credit Card Authorization

@include('dashboard.layouts.footer')