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

{{__('Add Tag')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@saveWithAnotherButton
@endsection