@extends('admin.layout.main') @section('content')
ID | Title | Category | File | Status | Actions |
---|---|---|---|---|---|
{{ $content->id }} | {{ $content->title }} | {{ $content->content_category }} | View File | {{ $content->status ? 'Active' : 'Inactive' }} | Edit {!! Form::open(['route' => ['contents.destroy', $content->id], 'method' => 'DELETE', 'style' => 'display:none;', 'id' => 'delete-form-' . $content->id]) !!} {!! Form::close() !!} |