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