@extends('frontend.layout.app') @section('content')
@if($errors->any())
@endif @if(Session()->has('error')) @endif @if(Session()->has('success')) @endif

Login

@csrf

@lang('Already User?') @lang('Dont have account')

@endsection