@extends('components.main') @section('title')-Login @endsection @section('custom-style') @endsection @section('content') @lang('buttons.login') @csrf @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror @lang('forms.remember_me') @lang('forms.forget_password') @include('components.responses') @lang('buttons.login') @lang('buttons.sign_up') @endsection