@extends('layouts.admin') @section('title') Ananas | Videos @endsection @section('breadcrumb') @endsection @section('Videos') active {{session('sidebar_color')}} @endsection @section('content')
Video Category table
@foreach($categories as $category) @endforeach
ID Title Action

{{$category->id}}

xd
{{$category->title}}

{{getCategoryType($category->type)}}

arrow_forwardView
@endsection