@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.account.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if ($errors->first('date'))
{{$errors->first('date')}}
@endif
@if($errors->has('shift_no'))
{{ $errors->first('shift_no') }}
@endif {{ trans('cruds.account.fields.shift_no_helper') }}
@if($errors->has('invoice_no'))
{{ $errors->first('invoice_no') }}
@endif {{ trans('cruds.account.fields.invoice_no_helper') }}
@if($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif {{ trans('cruds.account.fields.company_name_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.account.fields.amount_helper') }}
@if($errors->has('order_no'))
{{ $errors->first('order_no') }}
@endif {{ trans('cruds.account.fields.order_no_helper') }}
@if($errors->has('veh_reg_no'))
{{ $errors->first('veh_reg_no') }}
@endif {{ trans('cruds.account.fields.veh_reg_no_helper') }}
@if($errors->has('fleet_no'))
{{ $errors->first('fleet_no') }}
@endif {{ trans('cruds.account.fields.fleet_no_helper') }}
@if($errors->has('d_name'))
{{ $errors->first('d_name') }}
@endif {{ trans('cruds.account.fields.d_name_helper') }}
@endsection