@extends('layouts.auth') @section('content') @if( count($projects) > 0 || count($sharedProjects)>0 )
@if(!empty($errors->all()))
@foreach ($errors->all() as $error) × {{ $error }}
@endforeach
@endif @if (session('message'))
× {{ session('message') }}
@endif @if( count($projects) > 0 ) @else @if( count($sharedProjects) > 0 ) @else @endif @endif @if( count($sharedProjects) > 0 )

Shared Projects

@else
apibeat's spaceship

Let's Get Started

To get started with apibeats, you would first need to add your endpoints into the platform.

apibeat's spaceship
New project

Organize and save your endpoints manually into folders

apibeat's spaceship
Import from Postman

Import your collections directly as a new project

@endif
@endsection @section("body-classes") "dashboard" @endsection