@extends('layouts.app') @section('content')
@lang('tag.add')
@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('is_private')) @endif
@endsection