@extends('layouts.auth') @section('title') Login @endsection @section('content')
Welcome Back !

Sign in to continue to Skote.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Sign in with
@if (Route::has('password.request')) @endif
@if (Route::has('register'))

Don't have an account ? Signup now

© @endif Skote. Crafted with by Themesbrand

@endsection {{-- @extends('layouts.app') @section('title') {{ __('page-titles.login') }} | {{ config('app.name', 'Skote') }} @endsection @section('content')
@csrf
@endsection --}}