@extends('layouts.site-app') @section('sitecontent')
@include('partials.site.header-menu')
{{__('lang.checkout_title')}}
@include('partials.site.alert')
{{__('lang.select_location')}}
{{__('lang.add_address')}}
{!! Form::model(null, ['method' => 'GET', 'url' => ['place-order']]) !!} @csrf
@if(count($data)>0) @foreach($data as $row)
@endforeach @endif
{!! Form::close() !!}
@endsection