@php /* $layout_page = shop_profile **Variables:** - $customer */ @endphp @extends($sc_templatePath.'.account.layout') @section('block_main_profile')
{{ $title }}
@csrf
@if(Session::has('password_old_error')) {{ Session::get('password_old_error') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@php $dataButton = [ 'class' => '', 'id' => '', 'type_w' => '', 'type_t' => 'buy', 'type_a' => '', 'type' => 'submit', 'name' => ''.sc_language_render('customer.update_infomation'), 'html' => '' ]; @endphp @include($sc_templatePath.'.common.button.button', $dataButton)
@endsection