@include('links.header') Help Center List
@if(Auth::user()->role_id==1) Add HelpCenter @endif

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(!empty($help_center_list)) @foreach($help_center_list AS $index=>$value) @foreach($value->help_center_descriptions as $desp) @endforeach @endforeach @endif
# Name Category Seo Keyword Status Date Action
# Name Category Seo Keyword Status Date Action
{{ $index+1 }} {{ $desp->title }} {{ $value->parent_category_name }} @if($value->category_name) >> {{ $value->category_name }} @endif {{ $value->url_alias }} {{ $value->status ? 'Active ' : 'In-Active'}} {{ $value->created_at->format('d/m/Y H:i') }} Edit       {!! Form::open(array( 'style' => 'display: inline-block;', 'method' => 'DELETE', 'onsubmit' => "return confirm('Are you sure. You want to delete record!');", 'route' => ['help-centers.destroy', $value->id])) !!} {!! Form::submit('Delete', array('class' => 'btn btn-danger')) !!} {!! Form::close() !!}
@include('links.footer')