@extends('admin.layouts.app') @section('content')

All Videos

Add Files
@foreach ($mentors as $mentor) @endforeach
Id Content Heading Video Open Video Action
{{$mentor->id}} {{$mentor->content}} {{$mentor->heading}} @if($mentor->video_file != '' & file_exists(public_path().'/video_file/'.$mentor->video_file)) Open File @else @endif Edit Download Delete
@csrf @method('DELETE')
@endsection