@php
use Carbon\Carbon;
$title = __('user.add');
@endphp
@extends('layouts.app')
@section('title', $title)
@section('content')
@include('shared.button', ['type' => 'back', 'url' => route('users.index')])
@include('shared.title', [$title])
@include('shared.fake-div')
Please fix the following errors:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif