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

AAS Webinars Page

@csrf
{{-- --}}
Webinars
{{-- --}} {{-- --}} @foreach ($webinar as $st) {{-- --}} @endforeach
Image Date Title Link Location CategoryAuthoredByEdit Delete
Image Date Title Link Location CategoryAuthoredByEdit Delete
icon {{ $st->date }} {{ $st->title }} {{ $st->link }} {{ $st->location }} {{ $st->category }}{{ $st->authoredby }} Edit Delete
@foreach ($webinar as $st) @endforeach
@endsection @section('scripts') @endsection