@extends('layouts.app') @section('title','New Card Issue') @section('pages')
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
Library Card

All Name Admission No
@endsection