@section('title', __('general.header_user_profile'))
@section('head')
@endsection
@include('includes/header')
@include('includes/topDash')
@if (\Session::has('success'))
{!! \Session::get('success') !!}
@php Session::forget('success'); @endphp
@endif
@include('includes/footer')