@extends('layouts.front-end.app') @section('title',\App\CPU\translate('Checkout Process Start')) @push('css_or_js') @endpush @section('content')
{{ \App\CPU\translate('sign_in')}}

@include('web-views.partials._checkout-steps',['step'=>1])

{{\App\CPU\translate('Authentication')}}

@if(auth('customer')->check())

{{auth('customer')->user()->f_name}}, {{\App\CPU\translate('HI')}}!

{{\App\CPU\translate('you_are_already_login_proceed')}}.
@else
@csrf
{{\App\CPU\translate('Please provide a valid email address')}}.
{{\App\CPU\translate('forgot_password')}}?
@csrf
{{\App\CPU\translate('Please fill in your name')}}.
{{\App\CPU\translate('Please fill in your name')}}.
{{\App\CPU\translate('Please provide a valid email address')}}.
{{\App\CPU\translate('Please provide a valid phone number')}}.
@endif

@include('web-views.partials._order-summary')
@endsection @push('script') @endpush