@extends('Backend.layouts.app') @section('content')
| Date | Category Name | ShowOnHomepage | Section Order | Actions |
|---|---|---|---|---|
| {{ Carbon::parse($l->created_at)->format('Y M d H:i A')}} | {{$l->category->name}} | @if($l->show_on_homepage==1) Active @else Inactive @endif | {{$l->section_ordering}} | {{-- --}} {{-- --}} {!! Form::open(['route' => ['homepage_category.destroy',$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() !!} |