@extends('admin::layouts.master') @section('pageTitle') Új Items létrehozása @endsection @section('css') @endsection @section('js') @include('items::_formjs') @endsection @section('header') @include('admin::layouts.header', ['title' => 'Items', 'subtitle' => __('general.add-new')]) @endsection @section('content') @include('items::_form') @endsection