@extends('layout.app') @section('title', 'Alerts') @section('content')

Alerts

{{-- --}}
ID Time Content Resolved
1 {{ \Carbon\Carbon::now()->format('Y-m-d H:i:s') }} Sales Contract HDMB-0001, payment is overdue 1 day
2 {{ \Carbon\Carbon::now()->format('Y-m-d H:i:s') }} Lease Contract HDMB-0002, payment is overdue 2 day
3 {{ \Carbon\Carbon::now()->format('Y-m-d H:i:s') }} 149 Apartment will be opened for Sales in 0,1 hours
@endsection @section('script') @endsection