@extends('layouts.admin')
{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}
| {{trans('home.id')}} | {{trans('home.name')}} | {{trans('home.position')}} | {{trans('home.image')}} | {{trans('home.status')}} | |
|---|---|---|---|---|---|
| {{$team->id}} | {{$team->name_en}} | {{$team->position_en}} |
@if($team->img)
@endif
|
@if($team->status == 1) {{trans('home.yes')}} @else {{trans('home.no')}} @endif |