@extends('mobile.layouts.app', ['disableFoot' => true]) @section('title', app_name() . ' | Elite Rewards') @section('content') @php $customer = auth()->user()->customer; @endphp @include('mobile.includes.app-bar', ['navBarName' => __('mobile.notification_detail'), 'backRoute' => route('mobile.noti')])
{{ $noti->title }}

{!! $noti->message !!}

@endsection