@extends('back_office.layouts.app') @section('content')
@foreach ($types as $key => $type) @endforeach
Type Number Of Notification Sent Delivered Undelivered
{{ $type }} {{ $numberOfSentNotification[$key] }} {{ $deliveredNotification[$key] }} {{ $undeliveredNotification[$key] }}
@push('scripts') {{-- {!! $dataTable->scripts() !!} --}} @endpush @endsection