@extends('layouts.master-layouts') @section('title') {{ __('Notification list') }} @endsection @section('content') @component('components.breadcrumb') @slot('title') Notification List @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Notification @endslot @endcomponent
invoice date: {{ $item->invoice_user->created_at }}
Apppointment date: {{ $item->appointment_user->appointment_date . ', time: ' . $item->appointment_user->timeSlot->from . ' to ' . $item->appointment_user->timeSlot->to }}
{{ $item->created_at->diffForHumans() }}
No matching records found
@endforelse