@extends('layouts.admin') @section('content')
{{ trans('global.add') }} {{ trans('cruds.cashExpense.title') }}
@csrf
@if ($errors->first('date'))
{{$errors->first('date')}}
@endif
{{trans('cruds.cashExpense.fields.invoice_no')}} {{trans('cruds.cashExpense.fields.suplier')}} {{trans('cruds.cashExpense.fields.header')}} {{trans('cruds.cashExpense.fields.cash_credit')}} {{trans('cruds.cashExpense.fields.reference')}} {{trans('cruds.cashExpense.fields.vat')}} {{trans('cruds.cashExpense.fields.total_amount')}}
@if($errors->first('invoice_no.*'))
{{ $errors->first('invoice_no.*') }}
@endif {{ trans('cruds.cashExpense.fields.invoice_no_helper') }}
@if($errors->first('reference.*'))
{{ $errors->first('reference.*') }}
@endif {{ trans('cruds.cashExpense.fields.date_helper') }}
@if($errors->first('total_amount.*'))
{{ $errors->first('total_amount.*') }}
@endif {{ trans('cruds.cashExpense.fields.date_helper') }}
@section('scripts') @endsection @endsection