@extends('layouts.dashboard') @section('title', 'Trip Itinerary - ' . $trip->title) @section('header', 'Plan Your Itinerary') @section('content')
{{ session('success') }}
{{ session('error') }}