@include('common/header')
Category Add
@if(Session::has('msg'))
{{ Session::get('msg')}}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Enter Category Name
Back
@include('common/footer')