@extends('layouts.app') @section('content')
@if(session('status')) @endif
Name
Travel Date
Return Date
Nav
@foreach($notifications as $notification)
{{ $notification->fullName() }}
{{ $notification->travelDateString() }}
{{ $notification->returnDateString() }}

@endforeach
{{ $notifications->links() }}
@endsection