@extends('layouts.guest') @section('title', 'User Login') @section('styles') @parent @endsection @section('content')
@if (Session::has('message')) @else @endif {{-- @if (session('success')) @endif --}} @if (session('status')) @endif
@endsection @section('scripts') @parent @endsection