@extends($_layout.'auth') {{-- khai báo title --}} @section('title', 'Đăng nhập') @section('content')
@csrf

Đăng nhập tài khoản

@if ($err = session('error'))
{{$err}}
@endif
Không được bỏ trống
Vui lòng nhập mật khẩu
@endsection @section('modal') @endsection