@extends('front.layouts.app') @section('title') Welcome to @endsection @section('head') @endsection @section('content')

Notification

{{ $notification->links() }}
@if (auth()->user() && auth()->user()->roles->first()->id == '2') @include('front.pharmacist-menu') @else @include('front.pharmacy-menu') @endif
@endsection @section('script') @endsection