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