@extends('layouts.main')
<?php
/**
* @var $league League
*/
$count = $league->userCount();
?>
@section('main')
There are {{$league->userCout()}}.
@stop
@extends('layouts.main')
<?php
/**
* @var $league League
*/
$count = $league->userCount();
?>
@section('main')
There are {{$league->userCout()}}.
@stop