@extends('admin.layout.layout') @section('title',__('Categories')) @section('breadcrumbs') @endsection @section('content')

{{ __('Add New Category') }}

@csrf
@endsection