@extends('layouts.app') @section('content')

Kategoristyring

{{ csrf_field() }}
@foreach($categories as $category) @endforeach
Kategorinavn Handlinger
   @if($category->videos->count() < 1) @endif
@endsection