@extends('auth.layouts.master') @push('head-stylesheets') @endpush @section('title') Login @endsection @section('content')
#
#

Sign In

@csrf
Email: {{-- value="{{ __('Email') }}" --}}
Password: Show/Hide Password
@if (Route::has('password.request')) @endif
Sign In
{{--
or
--}}
@endsection @push('scripts') {{-- add bootstrap 5 js file --}} {{-- --}} @endpush