@extends('front.layout')
@section('hero')
@isset($heros)
@foreach($heros as $hero)
@endforeach
@lang('Follow Us')
@foreach($follows as $follow)
-
@endforeach
@endisset
@endsection
@section('main')
@isset($title)
@endisset
@foreach($posts as $post)
@endforeach
{{ $posts->links('front.pagination') }}
@endsection