@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.account.title_singular') }}
@csrf
@if ($errors->first('date'))
{{$errors->first('date')}}
@endif
{{ trans('cruds.account.fields.shift') }} {{ trans('cruds.account.fields.invoice_no') }} {{ trans('cruds.account.fields.company_name') }} {{ trans('cruds.account.fields.amount') }} {{ trans('cruds.account.fields.order_no') }} {{ trans('cruds.account.fields.veh_reg_no') }} {{ trans('cruds.account.fields.fleet_no') }} {{ trans('cruds.account.fields.d_name') }}
@if($errors->first('shift.*'))
{{ $errors->first('shift.*') }}
@endif
@if($errors->first('invoice_no.*'))
{{ $errors->first('invoice_no.*') }}
@endif {{ trans('cruds.account.fields.invoice_no_helper') }}
@if($errors->first('company.*'))
{{ $errors->first('company.*') }}
@endif
@if($errors->first('amount.*'))
{{ $errors->first('amount.*') }}
@endif {{ trans('cruds.speedPoint.fields.amount_helper') }}
@if($errors->first('order_no.*'))
{{ $errors->first('order_no.*') }}
@endif {{ trans('cruds.account.fields.order_no_helper') }}
@if($errors->first('veh_reg_no.*'))
{{ $errors->first('veh_reg_no.*') }}
@endif {{ trans('cruds.account.fields.veh_reg_no_helper') }}
@if($errors->first('fleet_no.*'))
{{ $errors->first('fleet_no.*') }}
@endif {{ trans('cruds.account.fields.fleet_no_helper') }}
@if($errors->first('d_name.*'))
{{ $errors->first('d_name.*') }}
@endif {{ trans('cruds.account.fields.order_no_helper') }}
@endsection @section('scripts') @endsection