@extends('layouts.master') @section('css') @endsection @section('main_content')

Tags Management

Edit Tag

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