@php use Illuminate\Support\Facades\Auth;$role = Auth::user()->role; @endphp @extends('backend.layouts.app') @section('PageTitle', 'Add Sub Category') @section('content')

Add sub_category


@csrf
SubCategory Name
Category
SubCategory Image
@endsection @section('AjaxScript') @endsection @section('js') @endsection