Library Card
@if ($errors->has('membership_id'))
{{ $errors->first('membership_id') }}
@endif
@if ($errors->has('financial_id'))
{{ $errors->first('financial_id') }}
@endif
@if($errors->has('class_id'))
{{ $errors->first('class_id') }}
@endif
@if($errors->has('section_id'))
{{ $errors->first('section_id') }}
@endif