@extends('layouts.app') @section('title','Membership Plan') @section('pages')
@csrf @method('PUT')
Membership Plan

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

@if ($errors->has('fees_plan')) {{ $errors->first('fees_plan') }} @endif
@if ($errors->has('fees')) {{ $errors->first('fees') }} @endif
@endsection