@extends('backend.app') @section('title', 'Create Tag') @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER END --}}
@csrf
@error('tag_id') {{ $message }} @enderror
@error('brand_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
Cancel
@endsection