@extends('mainlayout.layout-without-nav') @section('title') {{env('APP_NAME')}} | Login @endsection @section('css') @endsection @section('body') @endsection @section('content')
Welcome Back !

Sign in to Continue.

@csrf @if(count($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror


@if (Route::has('password.request')) Forgot password? @endif

© Miliki.

@endsection @section('script') @endsection