@extends('layout.admin') @section('content')
{{ $message }}
| No | Title | Description | Action |
|---|---|---|---|
| {{ ++$i }} | {{ $item->title }} | {{ $item->description }} | Show Edit {!! Form::open(['method' => 'DELETE','route' => ['admin.metadata.destroy', $item->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} |