@extends('layouts.store.store') @section('title', 'Notifications List') @section('content')
@include('partials.header') @if(Auth::user()->Usertype == 'admin') @include('layouts.admin.sidebar') @elseif(Auth::user()->Usertype == 'store') @include('layouts.store.sidebar') @endif
@stop