@extends('frontend.layouts.products-app') @section('title') Account @endsection @section('seo') @endsection @section('content')

My Account   |   My Orders

@foreach ($data as $datas)
id)}} method="POST">@csrf @method('PUT')
firstname) }}>
firstname) }}>

Delivery / Shipping Address

|
city) }}>
barangay) }}>

Business / Billing Address

billAddress) }}>
phonenumber) }}>
billEmail) }}>
{{--
--}}
@endforeach


@endsection