@extends('backend.layouts.app') @section('title', 'Edit Document') @section('content') @php $pageTitle = 'Edit Document'; $indexRoute = 'content-download.index'; $indexLabel = 'Documents'; @endphp @include('backend.layouts.partials._page_header')
@if ($download->download_main === '1' || $download->download_main === 1)| Language | Title | Status | Actions |
|---|---|---|---|
| {{ $languages[$translation->download_language] ?? $translation->download_language ?? '-' }} | {{ $translation->download_title ?? '-' }} | {{ $statuses[$translation->download_status] ?? $translation->download_status ?? '-' }} |