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

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

--}}
@include($sc_templatePath.'.account.nav_customer')
{{ $title }}
@csrf
@if(Session::has('password_old_error')) {{ Session::get('password_old_error') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}