@extends('layouts.app') @section('title', $mode === 'create' ? 'Thêm User Mới' : 'Chi tiết User') @section('content')

{{ $mode === 'create' ? 'Thêm User Mới' : 'Chi tiết User' }}

{{ $mode === 'create' ? 'Tạo tài khoản nhân viên mới và thiết lập các thông tin cơ bản.' : 'Quản lý thông tin thẻ và theo dõi lịch sử nhận gửi của nhân viên.' }}

@endsection @push('modals') @if($mode === 'edit' && $user) @endif @endpush