@extends('layouts.side_bar') @section('content') @if (isset($errors) && $errors->any) @foreach($errors->all() as $e) {{$e}} @endforeach @endif