@extends('frontend.layouts.app') @section('title', 'Login') @section('content') @include('frontend.includes.headers.headerTwo')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) @endif
Free Shipping
Free shipping all over the US
100% Satisfaction
Free shipping all over the US
Secure Payments
Free shipping all over the US
24/7 Support
Free shipping all over the US
@include('frontend.includes.footers.footerTwo') @endsection