@extends('crm.master') @section('title', isset($tag) ? 'Edit Tag' : 'New Tag') @section('content')

{{ isset($tag) ? 'Edit Tag' : 'New Tag' }}

{{ isset($tag) ? 'Update tag details' : 'Create a new product tag' }}

Back
@csrf @if(isset($tag)) @method('PUT') @endif
@error('name') {{ $message }} @enderror
@error('weight') {{ $message }} @enderror Higher weight appears first in the list
enabled ?? true) ? 'checked' : '' }} />
Uncheck to hide this tag from listings
Cancel
@endsection