@extends('frontend_eng.layouts.app') @section('title', 'Downloads') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($downloads as $key => $download) @empty @endforelse
SNo. Title Type
{{++$key}} {{$download->title ? $download->title : ''}} {{$download->type ? $download->type : ''}}
No downloads is available at the moment
@endsection