@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.sale.title') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.sale.fields.date_helper') }}
@if($errors->has('sub_category'))
{{ $errors->first('sub_category') }}
@endif {{ trans('cruds.sale.fields.sub_category_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.sale.fields.amount_helper') }}
@if($errors->has('detail'))
{{ $errors->first('detail') }}
@endif {{ trans('cruds.sale.fields.detail_helper') }}
@endsection