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