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