@extends('layouts.app') @section('title', 'New User') @section('content') arrow_back Back to Users @include('partials.flash') @include('admin.users._form') @endsection