@extends('layouts.user_type.auth') @section('header_title', ($tag->exists ?? false) ? __('ویرایش تگ وبلاگ') : __('افزودن تگ وبلاگ')) @section('content') @php($isEdit = $tag->exists)