@extends('layouts.admin') @section('title',$Title) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@csrf
@php $number = ($CategoryList->currentpage()-1)* $CategoryList->perpage() + 1;@endphp @forelse($CategoryList as $key => $list) @empty @endforelse
# Name Type Order By Image Short Description Status Created Action
{{ $number }} {{ucfirst($list->name)}} {{ucfirst($list->type)}} {{ucfirst($list->order_by)}} @if(!empty($list->image))@else @endif {!! substr(strip_tags($list->short_description), 0, 100) !!}.....
status=="0") checked @endif>
{{$list->created_at}}
@csrf @method('delete')
No Data Found
# Name Type Order By Image Short Description Status Created Action
Showing {{ $CategoryList->firstItem() }} to {{ $CategoryList->lastItem() }} of total {{$CategoryList->total()}} entries
{{ $CategoryList->links() }}
@endsection