@extends('layouts.template.main') @section('content')
Cài đặt tài khoản - Tạo tài khoản nhân viên
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif @if (session('success'))
{{ session('success') }}

@endif
{{ csrf_field() }}
{{-- --}}
{{--
--}}
@endsection