@extends('dashboard::layouts.app') @section('content')
@if(Auth::user()) @include('dashboard::frontend.partials.button', ['name' => 'back', 'arrow' => true, 'route' => route('app.hackathons')]) @else @include('dashboard::frontend.partials.button', ['name' => 'registration', 'arrow' => true, 'route' => route('app.register')]) @endif
@endsection