@extends('layouts.admin') @section('content')

Edit Tag

Edit Tag - {{ $tag->name }}

Go Back to Tag List
@csrf @method('PUT')
@include('includes.errors')
@endsection