@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')) Forgot Password? @endif Sign In {{-- or Google Facebook --}} @endsection @push('scripts') {{-- add bootstrap 5 js file --}} {{-- --}} @endpush
Sign In