@extends('crm.master') @section('title', 'Edit Tag') @section('content')

Edit Tag

Update tag details

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