@extends('layouts.app') @section('content')

{{ $notification->fullName() }}

Travel Date

Return Date

{{ $notification->travelDate() }} {{ $notification->outboundFlight() }}
{{ $notification->returnDate() }} {{ $notification->inboundFlight() }}

Notification

{{ $notification->notification }}

@endsection