@extends('main') @section('content')
{{ ucfirst($type) }} Category
@foreach ($categories as $category) @method('DELETE') @csrf @endforeach
ID Name Featured Status Updated Action

{{ $category->id }}

user1
{{$category->name}}

{{$category->event_date}}

featured==1) checked @endif>
status==0) checked @endif>
{{ $category->updated_at }}
@if(empty($search))
{{ $categories->links() }}
@endif
@endsection