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

Show Footer

Create
@if (count($footer) > 0)
@foreach ($footer as $index => $item) @endforeach
# Facebook Instagram Linkedin The Title Footer Number Footer Title The Title Footer CopyRight Image Settings
{{ $index+1}} {{ $item->facebook}} {{ $item->instagram }} {{ $item->linkedin }} @foreach (Helper::getLangs() as $local) {{ $item->getTranslation('title', $local) }}
@endforeach
{{ $item->title_number }} @foreach (Helper::getLangs() as $local) {{ $item->getTranslation('title2', $local) }}
@endforeach
@foreach (Helper::getLangs() as $local) {{ $item->getTranslation('copyright', $local) }}
@endforeach
@foreach ($item->getMedia('footer_image') as $media) Image @endforeach
@else

Not Found any Sections..

@endif
@endsection