@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')

{{-- Error Messages --}} @if ($errors->any())
Please fix the following errors:
@endif
@csrf
@include('shared.date', ['name' => 'birthday', 'id' => 'birthday', 'to' => 'today'])

@endsection