@extends('vendor.template.layout') @section('content')
@if (session('error'))
× {{ session('error') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@csrf
@endsection @section('script') @stop