@extends('layouts.admin')
@section('content')
Admin Module Manage gallery albums records from the database.Gallery Albums
| Title | Status | Sort Order | Actions |
|---|---|---|---|
| @php $valueEn = $record->title_en ?: '-'; $valueAs = $record->title_as ?: $valueEn; @endphp {{ str($valueEn)->limit(80) }} | @php $statusEn = str($record->status ?? '-')->replace('_', ' ')->title()->toString(); $statusAs = $selectOptionLabelsAs[$record->status ?? ''] ?? $statusEn; @endphp {{ $statusEn }} | {{ str($record->sort_order ?? '-')->limit(80) }} | |
| No gallery albums found. | |||