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