@extends('dashboard.app') @section('content')

Show About

Create
@if (count($about) > 0)
@foreach ($about as $index => $item) {{-- --}} @endforeach
# Title Description Image Settings
{{ $index + 1 }} @foreach (Helper::getLangs() as $local) {{ $item->getTranslation('title', $local) }}
@endforeach
@foreach (Helper::getLangs() as $local) {{ $item->getTranslation('description', $local) }}
@endforeach
@if ($item->image) Image @else No Image @endif @foreach ($item->getMedia('about_image') as $media) Image @endforeach
@else

Not Found any Sections..

@endif
@endsection