@extends('admin.layout') @section('content')
| ID | Name | Type | Status | Suppliers | Actions |
|---|---|---|---|---|---|
| {{ $platform->id }} | {{ $platform->name }} | {{ $platform->type }} | @if($platform->active) Active @else Disabled @endif | {{ $platform->suppliers ?? '-' }} | Edit |
| No platforms created | |||||