{!! Form::select('book_id', [], null, ["placeholder" => "Type Book Name...", "class" => "col-xs-12 col-sm-12", "style" => "width: 100%;"]) !!} @include('includes.form_fields_validation_message', ['name' => 'book_id'])
@include('library.staff.detail.includes.book_detail')