@extends('admin/layouts.master') @section('title', 'All Pages - Admin') @section('body')
@include('admin.message')

All Demo Video List

+ {{ __('Create Demo Class') }}
@foreach($demovideo as $key=>$p) @endforeach
# {{ __('adminstaticword.Course') }} Youtube URL {{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Delete') }}
{{$key+1}} @php $course_id=$p->course_id; $coursesnames = App\Course::where('id',$course_id)->where('status','1')->get(); @endphp @if(isset($coursesnames[0]->title)) {{$coursesnames[0]->title}} @endif {{$p->youtubeurl}}
{{ csrf_field() }} {{method_field('PATCH')}}
@endsection