@extends('layouts.app') @section('title', 'Notification') @section('extrastyles') @endsection @section('content')
Notifications
@include('flash::message')
Data Time
@endsection @section('footer') @endsection