@php use Illuminate\Support\Facades\Auth;$role = Auth::user()->role; @endphp @extends('backend.layouts.app') @section('PageTitle', 'Add new category') @section('content')
Category
Add new category
Add category
@csrf
Category Name
Category Image
@endsection @section('AjaxScript') @endsection @section('js') @endsection