@extends('layout') @section('title') {{ __('translate.Dashboard') }} @endsection @section('body-content')
@include('profile.logout')
@endsection