@extends('admin.layout.app') @section('title', 'Election Portal - Create Category') @section('content')

Create Category

Back
@csrf
{{ $errors->first('category_name')}}
@endsection @push('footerscript') @endpush