@extends('layouts.admin') @section('title', 'Add User') @section('content')
@csrf
@if(auth()->user()->isAdmin())
@endif
Cancel
@endsection