@extends('layouts.app') @section('nav-links') @include('imports.nav-links',['navItem'=> 'slogin']) @endsection @section('contents')
@if(Session::has('success')) @endif @if(Session::has('failed')) @endif

Sign in to your account

@csrf

Don’t have an account yet? Register Here

@endsection @section('scripts') @endsection