@extends('admin.layout.main') @section('admin')
Manage your business types and categories
| Business Type | Description | Status | Order | Created | Actions |
|---|---|---|---|---|---|
|
{{ $businessType->name }}
ID: {{ $businessType->id }}
|
@if($businessType->description)
{{ Str::limit($businessType->description, 80) }}
@else
No description
@endif
|
@if($businessType->is_active) Active @else Inactive @endif |
{{ $businessType->sort_order }}
|
{{ $businessType->created_at->format('M j, Y') }}
|
|