@extends('admin.layout.main') @section('admin')
Manage your business models and strategies
| Business Model | Description | Status | Order | Created | Actions |
|---|---|---|---|---|---|
|
{{ $businessModel->name }}
ID: {{ $businessModel->id }}
|
@if($businessModel->description)
{{ Str::limit($businessModel->description, 80) }}
@else
No description
@endif
|
@if($businessModel->is_active) Active @else Inactive @endif |
{{ $businessModel->sort_order }}
|
{{ $businessModel->created_at->format('M j, Y') }}
|
|
|
No business models found Get started by creating your first business model Create First Business Model |
|||||