{{-- Parent layout --}} @extends('layout') {{-- Additional script --}} @push('scripts') @endpush {{-- title --}} @section('title', __('messages.user.create.title')) {{--content --}} @section('content')
@csrf {{-- account --}}
{{-- Show other input elements here --}}
@endsection