@extends('admin::layouts.master') @section('pageTitle') Kategória létrehozása @endsection @section('css') @endsection @section('js') @endsection @section('header') @include('admin::layouts.header', ['title' => 'Kategória', 'subtitle' => 'Új kategória', 'button' => route('category.create')]) @endsection @section('content')
@csrf
{{ __('messages.add-new') }}
@error('title') {{$message}} @enderror
@error('description') {{$message}} @enderror
@endsection