@php($auth=true) @extends('shipping::layouts.layout') @section('content') @include('shipping::layouts.auth-header')

@lang('main.welcome')

@lang('main.use_these_awesome_forms_to_login_or_create_new_account_in_your_project_for_free')

{{--
--}} {{--
Sign in with
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- Or sign in with credentials--}} {{--
--}}
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('shipping.password.request')) @endif @if (Route::has('shipping.register')) @endif
@include('shipping::layouts.auth-footer') @stop