@extends('frontend.layouts.mobile') @section('title', 'Downloads - GerMedUSA') @php $url = URL::current(); @endphp @push('head-area') @endpush @section('content')

Downloads

@if($data['flyers'])
@foreach($data['flyers'] as $post) @php $image = '/up_data/flyers/images/'.$post->image; $link = '/up_data/flyers/pdfs/'.$post->pdf_file; @endphp {{--
--}}
{{ $post->name }}

{{ $post->name }}

{{--
--}}
@endforeach
@else

Sorry!, no flyers found.

@endif
@push('before-scripts') @endpush @endsection