@extends('layouts.guest') @section('title', __('auth.register')) @section('container')
{{ app('company')['name'] }}

{{ __('auth.fill_details') }}

{{-- CSRF Protection --}} @csrf

Already have an account?

@section('js') @endsection @endsection