@extends('dashboard.app') @section('content')
| # | City | Address | Phone | Settings | |||
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@foreach (Helper::getLangs() as $local)
{{ $item->getTranslation('city', $local) }}
@endforeach |
@foreach (Helper::getLangs() as $local)
{{ $item->getTranslation('address', $local) }}
@endforeach |
{{ $item->phone }} | {{ $item->whatsapp }} | {{ $item->email }} | {{--
@if ($item->image)
| --}}
|
Not Found any Sections..