@extends('layouts.admin') @section('content') @can('specification_create')
@endcan @if ($message = Session::get('warning'))| No. | {{ trans('global.specifications.fields.category') }} | {{ trans('global.specifications.fields.name') }} | Sidebar Status | Action |
|---|---|---|---|---|
| {{ $key+1}} | {{ $specification->category->name_en ?? '' }} | @if($specification->name) {{ $specification->name ?? '-' }} @else - @endif | {{ $specification->sidebar_on_off == 1 ? 'YES':'NO' }} | @can('specification_show') {{ trans('global.view') }} @endcan @can('specification_edit') {{ trans('global.edit') }} @endcan @can('specification_delete') @endcan |