@extends('admin::layouts.master') @section('title', 'Sections') @section('content')
| ID | Key | Title | Sort Order | Active | Actions |
|---|---|---|---|---|---|
| {{ $section->id }} |
{{ $section->key }}
|
{{ $section->title }} | {{ $section->sort_order }} | {{ $section->is_active ? 'Yes' : 'No' }} | Edit |
| No sections found. | |||||