@extends('admin.layout') @section('page_title', 'New category') @section('admin_content')

Create category

@csrf
@error('name'){{ $message }}@enderror
@error('description'){{ $message }}@enderror
@endsection