@extends('admin.master') @section('content')
Manage headline text, display order and status
| # | Headline | Display Order | Status | Created At | Action |
|---|---|---|---|---|---|
| {{ $headlines->firstItem() + $key }} | {{ $item->headline_text }} | {{ $item->display_order }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->created_at->format('d M Y') }} | |
| No data found | |||||