@extends('layouts.admin') @section('title', 'Notices') @section('content')

Notices (Ticker)

+ Add New Notice
@forelse ($notices as $notice) @empty @endforelse
Notice Order Status Actions
{{ $notice->text }} {{ $notice->sort_order }} @if ($notice->is_active) Active @else Inactive @endif Edit
@csrf @method('DELETE')
No notices found.
@endsection