@extends('frontend.layouts.split') @section('title', 'Notifications '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content') @include('partials.notifications', [ 'notifications' => $notifications, 'response' => $response, 'type' => 'frontend' ]) @endsection