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

Thêm user

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
Thông tin user
Cấu hình lương
VNĐ
% Doanh Thu
@endsection @section('script-footer') @endsection