@extends('admin.layouts.app') @section('panel')
@forelse ($teams as $team) @empty @endforelse
@lang('Name') @lang('Short Name') @lang('Slug') @lang('Action')
@lang('image')
{{ __($team->name) }}
{{ __($team->category->name) }}
{{ __($team->short_name) }} {{ $team->slug }} @php $team->image_with_path = $team->teamImage(); @endphp
{{ __($emptyMessage) }}
@if ($teams->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script-lib') @endpush @push('script') @endpush