@extends('crm.master') @section('title', isset($tag) ? 'Edit Tag' : 'New Tag') @section('content')
{{ isset($tag) ? 'Update tag details' : 'Create a new product tag' }}