@extends( ($theme =="white") ? 'layouts.public_white': ( ($theme =="red") ? 'layouts.public_red': (($theme =="green") ? 'layouts.public_green': (($theme =="black") ? 'layouts.public_black': (($theme =="blue") ?'layouts.public_blue':'layouts.public_yellow' )))) ) @section('content')
{{-- --}}

Sign in

@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('password.request')) @endif
@error('password') {{ $message }} @enderror
{{ __('Dont have an account') }}? {{ __('Create One') }}
@endsection