@extends('layouts.app') @section('title','Card Type') @section('pages')
@csrf @method('PUT')
Card Type

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('book_limit')) {{ $errors->first('book_limit') }} @endif
Card Type

@if ($errors->has('card_no_length')) {{ $errors->first('card_no_length') }} @endif
@if ($errors->has('serial_start_from')) {{ $errors->first('serial_start_from') }} @endif
@if ($errors->has('prefix_code')) {{ $errors->first('prefix_code') }} @endif
@if ($errors->has('suffix_code')) {{ $errors->first('suffix_code') }} @endif
@endsection