@extends('layout.backend.main') @section('page_content')
Add Category
@csrf
@error('name') {{ $message }} @enderror
@endsection