@extends('layouts.admin') @section('content') @lang('messages.Home') @lang('messages.Delete Account') @lang('messages.Delete Account') {!!Form::open(array('class'=>'','id'=>'deleteUserForm','files' => true));!!} @lang('messages.Full Name') * @lang('messages.Phone Number') * @lang('messages.Email Address') @lang('messages.Comments') * @lang('messages.Reason for Leaving') * Select your reason Privacy concerns Receiving too many emails or notifications Poor customer service experience Prefer a competitor's service Difficulty navigating the website Security concerns No longer need the service Found products cheaper elsewhere Website performance issues Unsatisfactory return/refund policy Others @lang('messages.Delete Account') {!!Form::close();!!} @endsection