@extends('layouts.public') @section('title','Acesso restrito') @section('content')

Acesso restrito

@csrf
@if(session('error'))
{{ session('error') }}
@endif
@endsection