@extends('layouts.master') @section('title', 'user') @section('content')

{{ trans('label.user') }}

@include('pages.user.detail.card_detail') {{-- @include('pages.user.detail.card_account') --}} {{-- @include('pages.user.detail.card_system_properites') --}}
@include('pages.activity.detail.list.list_activity')
Loading...
@include('pages.user.components.add_modal') @include('pages.user.detail.modal.modal_update') @include('pages.activity.detail.modal.add_activity')
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.user.detail.card_mail_signature') @include('components.common.sort_order_manager') @include('components.card.card_system_properties', [ 'prop_model' => $model, 'sys_edit' => trans('user.sys_edit'), 'project_type' => $project_type, 'id' => $id ]) {{-- xu ly collapse_all --}} @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection