@extends('layouts.app') @section('title', 'Create User') @section('content')
@csrf
@if(auth()->user()->isSuperAdmin()) @endif
Cancel Create User
@endsection