@extends('admin.layouts.master') @section('title', $title) @section('content')
@include('admin.inc.breadcrumb')

{{ __('dashboard.view') }} {{ $title }}

{{ __('dashboard.title') }}: {{ $row->title }}

{{ __('dashboard.category') }}: {{ $row->category->title }}


@if(!empty($row->video_id))

{{ __('dashboard.youtube_video') }}:


@endif @if(is_file('uploads/'.$path.'/'.$row->image_path))

{{ __('dashboard.thumbnail') }}:

Blog @endif

{{ __('dashboard.description') }}: {!! $row->description !!}


{{ __('dashboard.status') }}: @if( $row->status == 1 ) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif

@endsection