@extends('staff::layouts.default') @section('title',trans('admin_default.league_group')) @section('breadcrumb')
  • {{trans('admin_default.league_group')}}
  • @endsection @section('style') @endsection @section('content')
    {{trans('admin_default.league_group')}}
    {{ trans('admin_default.add_league_group') }}
    @php $i = 1; @endphp @foreach($league_groups as $league_group) @endforeach @if($league_groups->isEmpty()) @endif
    # League Name
    {{ $i++ }} {{$league_group->name}}
    {{trans('admin_default.empty')}}
    @endsection @section('script') @parent @endsection