@extends('layouts.master')
@section('styles')
@endsection
@section('content')
@php
$columns = [
['label' => 'ID'],
['label' => 'Image'],
['label' => 'Title'],
['label' => 'Message'],
['label' => 'Alert Type'],
['label' => 'Category'],
['label' => 'Sent'],
['label' => 'Failed'],
['label' => 'Read'],
['label' => 'Created AT'],
['label' => 'Action'],
];
@endphp
@endsection
@section('scripts')
@include('layouts.components.common-script')
@endsection