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