@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{{ $title }}
@if(count($success)>0) @else {!! Form::open() !!}
@if($type == 'sms')
@endif @if($type == 'mail')
@endif
{!! Form::close() !!} @endif
@if($type == 'mail') @endif @endsection