@extends('layouts.admin-simple') @section('title', $standard->name) @section('page-title', $standard->name) @section('breadcrumb')
Code: {{ $standard->code }}
{{ $standard->description }}
@elseNo description provided.
@endif| Application Name | Products | Status | Actions |
|---|---|---|---|
|
{{ $application->name }}
@if($application->description)
{{ Str::limit($application->description, 80) }} @endif |
{{ $application->products->count() }} products | @if($application->is_active) Active @else Inactive @endif |
Add applications for this standard to organize products.
add Add First Application