@if (Route::has('login'))
@auth
Home
@else
Log in
@if (Route::has('register')) {{--
Register
--}} @endif @endauth
@endif @extends('layouts.app') @section('title', 'BDL Backoffice v0.1') @section('content')
Welcome to the application
@endsection