@extends('layouts.app') @section('title') {{ __('messages.dashboard') }} @endsection @section('content')
@if(Session::has('success'))

{{ getSuccessMessage(Request::query('part')).Session::get('success') }}

@endif @if(Session::has('error'))

{{ getSuccessMessage(Request::query('part')).Session::get('error') }}

@endif @include('layouts.errors') @include('flash::message')

{{ __('messages.common.user_delete') }}

{{__('messages.vcard.warning') }}: {{__('messages.common.user_delete_warning') }}

@include('dashboard.templates.templates') @include('dashboard.templates.userTemplate') @endsection