@extends('layouts.default') @section('title') Notification @endsection @section('header-style') @endsection @section('content')

Notification

@if($data) @foreach($data as $key=>$d) @if($d->notify_ref_type == 'VISIT') @elseif($d->notify_ref_type == 'MEETING') @elseif($d->notify_ref_type == 'APPOINTMENT') @endif @endforeach @else @endif
@endsection @section('footer-script') @endsection