@extends('layouts.dashboard') @section('content')
@foreach ($categories as $video)

{{$video->title}}

{{$video->created_at->format('d.m.Y')}}
Zobacz
@endforeach
{{$categories->links()}}
@endsection