@extends('layouts.master-worker')
@section('title')
Travel | @parent
@stop
@section('styles')
{{ HTML::style('css/shared/jquery.circliful.css') }}
{{ HTML::style('css/worker/travel.css') }}
@stop
@section('content')
Notice: Itinerary subject to change to meet operational requirements. Check emails prior to travel to ensure you are referring to the most current version.
@stop
@section('scripts')
{{ HTML::script('js/shared/mustache-2.0.js') }}
{{ HTML::script('js/worker/travel.js') }}
@stop