@extends('cms.layout') @section('main')

AAS Videos Page

{{-- Videos per programme intro --}} {{--
@csrf
--}} {{-- Videos per programme intro --}}
Videos
@foreach ($videos as $st) @endforeach
ID Title Category Link Date Edit Delete
ID Title Category Link Date Edit Delete
{{ $st->id }} {{ $st->title }} {{ $st->category }} {{ $st->link }} {{ $st->date }} Edit Delete
@foreach ($videos as $st) @endforeach @foreach ($videos as $st) @endforeach
@endsection