@extends('admin.layouts.grid') @section('section', translate('Settings')) @section('title', translate('Extensions')) @section('container', 'container-max-lg') @section('content')
| # | {{ translate('Logo') }} | {{ translate('name') }} | {{ translate('Status') }} | {{ translate('Last Update') }} | |
|---|---|---|---|---|---|
| {{ $extension->id }} |
|
{{ translate($extension->name) }} | @if ($extension->isActive()) {{ translate('Enabled') }} @else {{ translate('Disabled') }} @endif | {{ dateFormat($extension->updated_at) }} |
|