@extends('layouts.user')
{{-- Web site Title --}}
@section('title')
{{ $title }}
@stop
{{-- Content --}}
@section('content')
{!! Form::open(array('url' => $type . '/' . $reservation->id.'/cancel', 'method' => 'patch', 'class' => 'bf')) !!}
@include('customers/'.$type.'/_details')
{!! Form::close() !!}
@stop
@section('scripts')
@endsection