@extends('layouts.master-without-nav') @section('title') Login @endsection @section('body') @endsection @section('content')
Welcome Back !

Sign in to continue to {{ get_site_name() }}.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
--}}

© {{ get_site_name() }}.

@endsection @section('scripts') @endsection