@extends('admin.layout.app') @section('title', 'Create New User') @push('styles') @endpush @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
User Information

Drag & Drop or Click to Upload

@endsection @push('scripts') @endpush