@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')
@endsection