@extends('layouts.mainlayout') @section('title', 'Notification') @section('main')
Notifications
@foreach($notifications as $notification) @endforeach
Notification List Action
{{$notification->notification}}
@method('DELETE') @csrf    
@endsection