@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
@if ($errors->has('book_code')) {{ $errors->first('book_code') }} @endif
@if ($errors->has('author')) {{ $errors->first('author') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('rackNo')) {{ $errors->first('rackNo') }} @endif
@if ($errors->has('rowNo')) {{ $errors->first('rowNo') }} @endif
@if ($errors->has('img_path')) {{ $errors->first('img_path') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif