@if ($errors->has('asset_category'))
{{ $errors->first('asset_category') }}
@endif
@if ($errors->has('asset_name'))
{{ $errors->first('asset_name') }}
@endif
@if ($errors->has('asset_qty'))
{{ $errors->first('asset_qty') }}
@endif
Available Assest
@if ($errors->has('asset_rate'))
{{ $errors->first('asset_rate') }}
@endif
@if ($errors->has('asset_desc'))
{{ $errors->first('asset_desc') }}
@endif
@if ($errors->has('asset_delivery'))
{{ $errors->first('asset_delivery') }}
@endif