@extends('layouts.guest') @section('title', 'Welcome') @section('content')

{{ config('app.name', 'Laravel') }}

Welcome to the Trade Management System

@if (Route::has('login'))
@auth Dashboard @else Login @if (Route::has('register')) Register @endif @endauth
@endif
@endsection