@extends('layouts.admin')
@section('title')
Ananas | Weekly Videos
@endsection
@section('breadcrumb')
@endsection
@section('weeklyVideo')
active {{session('sidebar_color')}}
@endsection
@section('content')
Order |
Title |
Time |
Selected |
{{--ID | --}}
Action |
@foreach($videos as $video)
{{$video->order}}
|
|
{{$video->time}}
|
selected_video=="1") checked @endif style="margin-left: 10px;width: 16px;height: 16px;">
|
{{--
{{$video->id}}
| --}}
listQuiz
editEdit
|
@endforeach
@endsection
@section('footer')
@endsection