@extends('layouts.user') @section('title', __('suppliers.edit_payment')) @section('content')
{{ __('suppliers.edit_payment') }}
{{ $supplier->name }}
{{ __('suppliers.back') }}
@if(session('err'))
{{ session('err') }}
@endif @if($errors->any())
@endif
@csrf @method('PUT')
{{ __('suppliers.image_types_extended_only') }}
@if($trx->payment_proof_photo) @endif
@if($trx->payment_proof_photo) {{ __('suppliers.view_proof') }} @else {{ __('suppliers.no_file') }} @endif
@endsection