@extends('layouts.app') @section('content')

Please answer the security questions below

@csrf
@if ($errors->has('hobby')) {{ $errors->first('hobby') }} @endif
@if ($errors->has('friend')) {{ $errors->first('friend') }} @endif
@if ($errors->has('friend')) {{ $errors->first('mother') }} @endif
@endsection