@extends('layouts.auth') @section('form')
@csrf {{ config('website.name') }} @if (session('status')) @endif @if (session('email')) @endif
@error('id_customer') {{ $message }} @enderror

ou
{{ __('global.back') }}
@endsection