@extends('Backend.layouts.app') @section('styles') @endsection @section('content') {{--@if(Session::has('msg'))--}} {{--
| Date | Image | Title | Status | Actions |
|---|---|---|---|---|
| {{ Carbon::parse($l->created_at)->format('Y M d H:i A')}} | {{$l->title}} | @if($l->status==1) Active @else Inactive @endif | {{-- --}} {{-- --}} {!! Form::open(['route' => ['item.destroy',[$category->slug, $l->id]],'method'=>'DELETE','class'=>'d-inline','onsubmit' => 'return confirm("Are you sure ?")']) !!} {!! Form::submit('Delete', array('class' => 'btn btn-sm btn-danger' )) !!} {!! Form::close() !!} |