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

{{ $category->id }}

user1
{{ $category->name }}
{{ $category->category->name }}
status==0) checked @endif>
{{ $category->created_at }}
@if(empty($search))
{{ $categories->links() }}
@endif
@endsection