@extends('admin::layouts.master') @section('pageTitle') Címke szerkesztése @endsection @section('css') @endsection @section('js') @endsection @section('header') @include('admin::layouts.header', ['title' => 'Címke', 'subtitle' => 'Címke szerkesztése', 'button' => route('tag.create')]) @endsection @section('content')
@csrf @method('PUT')
{{ __('messages.edit') }}
@error('title') {{$message}} @enderror
@error('description') {{$message}} @enderror
@endsection