@extends('mla.layouts.app') @section('title', 'Vidhansabha - Create Category') @section('content')

Add Category

Add Category
@csrf
{{ $errors->first('category_name')}}
@endsection