@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 {{ trans('account.password_old') }} @if(Session::has('password_old_error')) {{ Session::get('password_old_error') }} @endif {{ trans('account.password_new') }} @if($errors->has('password')) {{ $errors->first('password') }} @endif {{ trans('account.password_confirm') }} {{ trans('account.update_infomation') }} @endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}