@extends('layouts.dashboard.layout')
@section('content')
| ID |
Title |
Default Type |
SMS Interval |
Action |
@foreach($data as $key => $item)
| {{$item['id']}} |
{{$item['notification_title']}} |
{{$item['default_type']}} |
{{$item['length']}} {{$item['unit']}} |
|
@endforeach
@endsection