@extends('admin.layouts.master') @section('title', $title) @section('content')
{{ __('dashboard.thumbnail') }}:
{{ __('dashboard.short_desc') }}: {!! $row->short_desc !!}
{{ __('dashboard.description') }}: {!! $row->description !!}
{{ __('dashboard.status') }}: @if( $row->status == 1 ) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif