@extends('layouts.app') @section('title') Edit Tag @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('tag.partials.form')
@endsection