@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.invoice.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif
@if($errors->has('billing_for'))
{{ $errors->first('billing_for') }}
@endif
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if($errors->has('due'))
{{ $errors->first('due') }}
@endif
@if($errors->has('unit_id'))
{{ $errors->first('unit_id') }}
@endif
@endsection @section('scripts') @endsection