@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.profile.index.title') }} @endsection @section('content-wrapper')
@include('shop::customers.account.partials.sidemenu')
{!! view_render_event('bagisto.shop.customers.account.profile.view.before', ['customer' => $customer]) !!} {!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!}
@endsection