@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.cashExpense.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.cashExpense.fields.date_helper') }}
@if($errors->has('invoice_no'))
{{ $errors->first('invoice_no') }}
@endif {{ trans('cruds.cashExpense.fields.invoice_no_helper') }}
@if($errors->has('suplier'))
{{ $errors->first('suplier') }}
@endif {{ trans('cruds.cashExpense.fields.suplier_helper') }}
@if($errors->has('sub_category'))
{{ $errors->first('sub_category') }}
@endif {{ trans('cruds.cashExpense.fields.suplier_helper') }}
@if($errors->has('bank_account'))
{{ $errors->first('bank_account') }}
@endif {{ trans('cruds.cashExpense.fields.suplier_helper') }}
@if($errors->has('vat_category'))
{{ $errors->first('vat_category') }}
@endif {{ trans('cruds.cashExpense.fields.suplier_helper') }}
@if($errors->has('cash_credit'))
{{ $errors->first('cash_credit') }}
@endif {{ trans('cruds.cashExpense.fields.suplier_helper') }}
@if($errors->has('reference'))
{{ $errors->first('reference') }}
@endif {{ trans('cruds.cashExpense.fields.amount_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.cashExpense.fields.amount_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.cashExpense.fields.description_helper') }}
{{-- --}}
@endsection