@extends('layouts.user') @section('title', __('customers.edit_payment')) @section('content')
{{ __('customers.edit_payment') }}
{{ $customer->name }}
{{ __('customers.back') }}
@if($errors->any())
@endif
@csrf @method('PUT') {{-- Type --}}
{{-- Account --}}
{{-- Amount + Date --}}
{{-- Proof --}}
{{ __('customers.max_4mb') }}
@if($trx->payment_proof_photo) {{ __('customers.view_proof') }} @else {{ __('customers.no_file') }} @endif
{{-- Note --}}
{{-- Submit --}}
@endsection