@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.paymentAdvice.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.paymentAdvice.fields.date_helper') }}
@if($errors->has('invoice_no'))
{{ $errors->first('invoice_no') }}
@endif {{ trans('cruds.paymentAdvice.fields.d_note_no_helper') }}
@if($errors->has('d_note_no'))
{{ $errors->first('d_note_no') }}
@endif {{ trans('cruds.paymentAdvice.fields.d_note_no_helper') }}
@if($errors->has('product'))
{{ $errors->first('product') }}
@endif {{ trans('cruds.fuelStock.fields.fuel_type_helper') }}
@if($errors->has('r_quantity'))
{{ $errors->first('r_quantity') }}
@endif {{ trans('cruds.paymentAdvice.fields.r_quantity_helper') }}
@endsection