@extends('layouts.content') @section('content')
{!! Form::model($travel, ['url' => '', 'autocomplete' => 'off']) !!}

Approved | {{ $option }}




@foreach($travel->passengers as $user) @endforeach

{!! Form::close() !!}
Comments
@if(!count($comments))


@else @foreach($comments as $comment)


{!! nl2br($comment->tc_comment) !!}

@endforeach @endif
@stop