@extends('layouts.master') @section('title', 'Edit Tag') @section('css') @endsection @section('breadcrumb')

Tags Management

@endsection @section('main_content')

Edit Tag

@csrf @method('PUT') @include('admin.tag.fields')
@endsection @section('scripts') @endsection