@extends('layouts.user') @section('title', __('customers.add_payment')) @section('content')
{{-- Header --}}
{{ __('customers.add_payment') }}
{{ $customer->name }}
{{ __('customers.back') }}
{{-- Errors --}} @if($errors->any())
@endif
@csrf {{-- Type --}}
{{-- Account --}}
{{-- Amount + Date --}}
{{-- Payment Proof --}}
{{ __('customers.allowed_file_types_max') }}
{{-- Note --}}
{{-- Submit --}}
@endsection