@extends('master') @section('content') @if($message = session('error'))
{{ $message }}
@endif

Notification List

@foreach($notifications as $company) @endforeach
Notification Action
{{ $company->text }} Edit
@endsection @push('scripts') @endpush