@extends('layouts.backend') @section('mainContentArea')
@csrf

Request New Asset

Cancel
@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
@endsection @section('extraJs') @endsection