@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.forgot-password.page_title') }} @stop @push('css') @endpush @section('content-wrapper')
{!! view_render_event('bagisto.shop.customers.forget_password.before') !!}
{{ csrf_field() }}
{!! view_render_event('bagisto.shop.customers.forget_password.before') !!}
@endsection