@extends('backEnd.layouts.master') @section('title','Tag Manager Edit') @section('css') @endsection @section('content')

Tag Manager Edit

@csrf
@error('code') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('script') @endsection