@extends('layouts.app') @section('content')
Create Category
@csrf
@if($isAdminOrSuper)
@else
New category will be created as Pending. Admin or Super Admin will activate it.
@endif
@endsection