@extends('dashboard::layouts.app') @section('content')
@include('dashboard::partials.session')
{{--
--}} {{--SIGN UP--}} {{--
--}} @if(Auth::user()) @else @endif
@endsection