@extends('backend.layouts.split') @section('title', __('labels.backend.access.users.view') . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('breadcrumb-links') @include('backend.auth.user.includes.breadcrumb-links') @endsection @section('content')

User Profile

@include('backend.auth.user.show.tabs.overview')
@endsection