@extends('layouts.default') @push('title', get_phrase('My Team Packages')) @section('content')
@if (count($packages) > 0)
@endif
@endsection