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

Welcome Back

Sign in to your Shalik account

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Forgot?
Don't have an account? Join the Family
@endsection