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