@extends('layouts.master') @section('title', 'user') @section('content')
@include('pages.user.detail.card_detail') @include('pages.user.detail.card_account') @include('pages.user.detail.card_system_properites')
@include('pages.user.detail.modal_update') @include('pages.user.detail.modal_update_account')
@method('DELETE') @csrf
@endsection @section('script-footer') @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection