@extends('layouts.front-end.app')
@section('title', translate('Checkout'))
@section('content')
@include('web-views.partials._checkout-steps',['step'=>1])
{{translate('authentication')}}
@if(auth('customer')->check())
{{auth('customer')->user()->f_name}}, {{translate('Hi')}}!
{{translate('you_are_already_Sign_in_proceed')}}.
@else
@endif
@include('web-views.partials._order-summary')