@extends('mobile.layouts.app') @section('title', app_name() . ' | Elite Rewards') @section('content') @php $customer = auth()->user()->customer; @endphp @include('mobile.includes.app-bar', ['navBarName' => __('mobile.notifications')])

All Notifications

@endsection