@extends('main') @section('content')
Video Tamplate Category
@foreach ($categories as $category) @method('DELETE') @csrf @endforeach
ID Details Status Created Action

{{ $category->id }}

user1
{{ $category->name }}
status==0) checked @endif>
{{date('d M, y',strtotime($category->created_at))}}
@if(empty($search))
{{ $categories->links() }}
@endif
@endsection