@php /* $layout_page = shop_profile $user */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')
{{--

{{ trans('account.my_profile') }}

--}}
@include($sc_templatePath.'.account.nav_customer')

Wellcome {{$user['first_name']}} {{$user['last_name']}}!

@endsection @section('breadcrumb') @endsection