@extends('layouts.master-blank') @section('title', e(__('Login'))) @push('styles') @endpush @section('content')
...

{{ __('Sign In') }}

@include('component.alerts.alert') @include('auth.component.login-section')
@endsection