@extends('layouts.frontend.app') @section('title', '') @push('css') @endpush @section('content')
@csrf
@error('email') {{ $message }} @enderror
@endsection @push('js') @endpush