@extends('admin.layouts.content') @section('content')
# | Name | No. of Bulletins | Status | Created At | Action | |
---|---|---|---|---|---|---|
{!! $loop->iteration !!} | {!! $header->name !!} | {!! rand(1, 100) !!} | {!! $header->is_active ? 'Active' : 'Inactive' !!} | {!! $header->created_at->format('F d, Y h:i A') !!} | @include('components.edit', ['route' => route('Edit Header', ['id' => $header->id])]) | |
No record(s) found. |