@extends('layouts.guest')
@section('title', 'Login — Swagvio')
@section('header-right')
Don't have an account? Register Free
@endsection
@section('content')
Welcome back
Sign in to your Swagvio account
@if($errors->any())
{{ $errors->first() }}
@endif
@if(session('success'))
{{ session('success') }}
@endif
or
@endsection