@extends('layouts.window.theme') @section("title", env("APP_NAME") . " :: Verificar Cadastro de Tutor") @section('content')

Verificar Cadastro de Tutor

{{ __(
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('cpf') {{ $message }} @enderror
@endsection