@extends('themes.default1.admin.layout.admin') @section('Manage') active @stop @section('manage-bar') active @stop @section('help') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')
{{Lang::get('lang.topic')}} | {{Lang::get('lang.status')}} | {{Lang::get('lang.type')}} | {{Lang::get('lang.priority')}} | {{Lang::get('lang.department')}} | {{Lang::get('lang.last_updated')}} | {{Lang::get('lang.action')}} |
---|---|---|---|---|---|---|
{!! $topic->topic !!} @if($topic->id == $default_helptopic) ( Default ) @else @endif | @if($topic->status=='1') {!! Lang::get('lang.active') !!} @else {!! Lang::get('lang.disable') !!} @endif | @if($topic->type=='1') {!! Lang::get('lang.public') !!} @else {!! Lang::get('lang.private') !!} @endif | priority)->first(); ?>{!! $priority->priority_desc !!} | @if($topic->department != null) department)->first(); $dept = $dept->name; ?> @elseif($topic->department == null) @endif{!! $dept !!} | {!! UTC::usertimezone($topic->updated_at) !!} | {!! Form::open(['route'=>['helptopic.destroy', $topic->id],'method'=>'DELETE']) !!} {!! Lang::get('lang.edit') !!} {!! Form::button(' '.Lang::get('lang.delete'), ['type' => 'submit', 'class'=> 'btn btn-warning btn-xs btn-flat '.$disable, 'onclick'=>'return confirm("Are you sure?")']) !!} {!! Form::close() !!} | @endforeach