@extends('layout.index') @section('title', 'Dashboard') @section('content')

Events

@if (!empty($event_count)) {{ $event_count }} @else 0 @endif

Athletes

@if (!empty($athelete_count)) {{ $athelete_count }} @else 0 @endif

Companies

@if (!empty($company_count)) {{ $company_count }} @else 0 @endif

@endsection