@extends('include.app') @section('content')

Sign In

Welcome, please login.

@csrf
@if($errors->has('user_name'))
{{$errors->first('user_name')}}
@endif
@if($errors->has('password'))
{{$errors->first('password')}}
@endif @if($errors->has('pw'))
{{$errors->first('pw')}}
@endif
@endsection @section('script') @endsection