@include('includes.header')

@php $password = Str::random(8); $pin = rand(10000, 99999); @endphp
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Request start here --}}
@csrf
User Created permission
Active

@include('includes.footer')