New User ?
Welcome back! Sign in to your account to pick up where you left off.
@extends('frontend.layouts.app')
@section('title', 'Login')
@section('content')
@php
use Illuminate\Support\Facades\Cookie;
@endphp
@push('style')
@endpush
{{--
@if (session()->has('status'))
@endif
@include('common.alert')