@extends('layout.layout') @section('content')
@if($errors->has('fail')) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
@endsection