@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.fuelStock.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
{{-- Date --}}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.fuelStock.fields.date_helper') }}
{{-- End Date --}}
@if($errors->has('fuel_type'))
{{ $errors->first('fuel_type') }}
@endif {{ trans('cruds.fuelStock.fields.fuel_type_helper') }}
{{-- End Fuel Type --}}
{{-- Opening Stock --}}
@if($errors->has('opening_stock'))
{{ $errors->first('opening_stock') }}
@endif {{ trans('cruds.fuelStock.fields.opening_stock_helper') }}
{{-- End Opening Stock --}}
{{-- Purchase --}}
@if($errors->has('purchase'))
{{ $errors->first('purchase') }}
@endif {{ trans('cruds.fuelStock.fields.purchase_helper') }}
{{-- End Purchase --}}
{{-- Stock --}}
@if($errors->has('stock'))
{{ $errors->first('stock') }}
@endif {{ trans('cruds.fuelStock.fields.opening_stock_helper') }}
{{-- End Stock --}}
{{-- Closing DIPs --}}
@if($errors->has('closing_dips'))
{{ $errors->first('closing_dips') }}
@endif {{ trans('cruds.fuelStock.fields.closing_dips_helper') }}
{{-- End Closing DIPs --}}
{{-- For Computer Sales in liter --}}
@if($errors->has('sale'))
{{ $errors->first('sale') }}
@endif {{ trans('cruds.fuelStock.fields.sale_helper') }}
{{-- End Computer Sales in liter Control --}}
{{-- For Water level --}}
@if($errors->has('water_level'))
{{ $errors->first('water_level') }}
@endif {{ trans('cruds.fuelStock.fields.water_level_helper') }}
{{-- End Water level Control --}}
{{-- For Discription --}}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.fuelStock.fields.description_helper') }}
{{-- End Discription --}}
@endsection @section('scripts') @endsection