@if (Illuminate\Support\Facades\Config::get('app.app_sync'))
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'admin-dashboard', 'method' => 'GET', 'enctype' => 'multipart/form-data']) }}
@else
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'updatePassowrdStore', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@endif
{{ @$LoginUser->full_name }}
{{ @$LoginUser->email }}
@if (Illuminate\Support\Facades\Config::get('app.app_sync'))
@else
@endif
{{ Form::close() }}