@extends('layouts.auth') @section('title') {{ __('Đăng nhập') }} @endsection @section('section')
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif

Sign In

Login to stay connected.

{{ csrf_field() }}
@error('username') * {{ $message }} @enderror
@error('password') * {{ $message }} @enderror
images
@endsection