@extends('index') @if (Session::get("username")) {{-- Redirect to the main page if the user is already logged in --}} @endif @section("body")
{{$e}}
@endforeach @endif @endsection