@extends('layouts.user') @section('title', __('customers.edit_bill')) @section('content')
{{ __('customers.edit_bill') }}
{{ $customer->name }}
{{ __('customers.back') }}
@if($errors->any())
@endif
@csrf @method('PUT')
{{ __('customers.max_4mb') }}
@if($trx->bill_photo) {{ __('customers.view_memo') }} @else {{ __('customers.no_file') }} @endif
@endsection