@extends('layouts.admin') @section('title') Ananas | Weekly Videos @endsection @section('breadcrumb') @endsection @section('weeklyVideo') active {{session('sidebar_color')}} @endsection @section('content')
add

Add New

Weekly Videos

Weekly Video table
{{----}} @foreach($videos as $video) {{----}} @endforeach
Order Title Time SelectedIDAction

{{$video->order}}

{{$video->title}}

{{$video->time}}

selected_video=="1") checked @endif style="margin-left: 10px;width: 16px;height: 16px;">

{{$video->id}}

listQuiz editEdit
{{csrf_field()}} {{method_field('DELETE')}}
{{ $videos->links() }}
@endsection @section('footer') @endsection