@php $customizerHidden = 'customizer-hide'; @endphp @extends('layouts.blankLayout') @section('title', 'Login') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Welcome to {{env('APP_NAME')}}!

{{--

Please sign-in to your account and start the adventure

--}}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--

New on our platform? Contact HR

--}}
{{--
Visit us online
--}}
{{-- --}}
@endsection