@extends('admin::layout.default') @section('content') @include('news::category.heading')
{{ trans('admin.LIST') }}
    {!! csrf_field() !!}
@if (isset($table)) @foreach($table as $row) @endforeach @endif
{{ trans('admin.OPTIONS') }} {{ trans('admin.TITLE') }} {{ trans('admin.CATEGORY') }} {{ trans('admin.ACTIVE') }} {{ trans('admin.SORT') }}
Edit {{ $row->headline }} {{ $row->category_name or "/" }} @if ($row->active == 1) @else @endif
@endsection