@extends('tenant.layouts.auth') @section('content')
@include('tenant.auth.partials.side_left')
@csrf
@include('tenant.auth.partials.form_logo')

Bienvenido a
{{ $company->trade_name }}

Ingresa a tu cuenta

@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@include('tenant.auth.partials.socials')
{{--
--}} @endsection @push('scripts') @endpush