@extends ('backend.layouts.app') @section('title') {{ $module_action }} {{ $module_title }} @endsection @section('breadcrumbs') {{ $module_title }} Profile @endsection @section('content')

Profile {{ __('labels.backend.users.show.action') }}

{{ __('labels.backend.users.index.sub-title') }}
@include('backend.users.tab.profile')
@endsection