@php /* $layout_page = shop_auth */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')

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

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }}
@endif {!! $viewCaptcha ?? ''!!}
@endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}