@extends('admin.layouts.master') @section('title', $title) @section('content')
{{ __('dashboard.category') }}: @foreach($row->categories as $category) {{ $category->title }} @endforeach
{{ __('dashboard.youtube_video') }}:
{{ __('dashboard.thumbnail') }}:
{{ __('dashboard.description') }}: {!! $row->description !!}
@if(!empty($row->link)){{ __('dashboard.web_link') }}: {{ $row->link }}
@endif{{ __('dashboard.status') }}: @if( $row->status == 1 ) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif