@extends('frontend.layouts.app') @section('title', 'Login') @section('content') @php use Illuminate\Support\Facades\Cookie; @endphp @push('style') @endpush {{--
--}}
@include('frontend.common.header')

New User ?

Welcome back! Sign in to your account to pick up where you left off.

@include('frontend.block.subscribe') @endsection @push('script') @endpush