@extends('layouts.admin') @section('content')

Create User

Create User

Go Back to User List
@csrf
@include('includes.errors')
@foreach($categories as $category)
@endforeach
@endsection