@extends('shop::customers.account.index') @section('page_title') {{ __('shop::app.customer.account.profile.index.title') }} @endsection @section('page-detail-wrapper')
{{ __('shop::app.customer.account.profile.index.title') }} {{ __('shop::app.customer.account.profile.index.edit') }}
{{ __('shop::app.customer.account.profile.name') }} {{ $customer->name }}
{{ __('shop::app.customer.account.profile.email') }} {{ $customer->email }}
{{ __('shop::app.customer.account.profile.phone') }} {{ $customer->phone }}
@endsection