@extends('frontend_eng.layouts.app') @section('title', 'डाउनलोड ') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($downloads as $key => $download) @empty @endforelse
क्रम संख्या शीर्षक प्रकार
{{++$key}} {{$download->title_np ? $download->title_np : $download->title}} {{$download->type ? $download->type : ''}}
अहिले कुनै डाउनलोडहरू उपलब्ध छैनन्
@endsection