@extends('admin.layouts.app') @section('title', 'Takımlar - CBL Admin Panel') @section('breadcrumbs') Dashboard / Takımlar @endsection @section('content')
Tüm takımları buradan yönetebilirsiniz.
ID | Takım | Grup | Oyuncu Sayısı | Puan | Sıra | İşlemler |
---|---|---|---|---|---|---|
{{ $team->takimID }} |
@if($team->logo && file_exists(public_path('assets/media/takimlar/logo/' . $team->logo)))
{{ $team->takim }}
@if($team->kisaltma)
{{ $team->kisaltma }}
@endif
|
{{ $team->grup ?: '-' }} | {{ $team->players->count() }} | {{ $team->puan ?: 0 }} | {{ $team->sira ?: '-' }} | |
Henüz Takım Bulunmuyor
Takım Ekle
|