@extends('layouts.dashboard') @section('title', 'Plan Your Itinerary - ' . $trip->title) @section('header', 'Plan Your Itinerary') @section('content')
{{ session('success') }}
{{ session('error') }}
Plan each day of your trip to {{ $trip->destination }}