@extends("admin.layouts.dashboard") @section("content")
@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
{{ __("lang.{$content_name}") }}
@foreach ($tags as $tag) {{ $tag }} @endforeach
@csrf
@stop