@extends('layouts.admin') @section('title', 'Create User') @section('content')
@csrf
@foreach($roles as $role)
@endforeach
Cancel
@endsection