@extends('dashboard.app') @section('content')
| # | Title | Country | Description | Image | Settings | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@foreach (Helper::getLangs() as $local)
{{ $item->getTranslation('title', $local) }}
@endforeach |
@foreach (Helper::getLangs() as $local)
{{ $item->getTranslation('country', $local) }}
@endforeach |
@foreach (Helper::getLangs() as $local)
{{ $item->getTranslation('description', $local) }}
@endforeach |
{{--
@if ($item->image)
| --}}
@foreach ($item->getMedia('media_image') as $media)
|
|
Not Found any Sections..