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

All Videos

Add Tutorial
@foreach ($mentors as $mentor) @endforeach
Id Heading Discription Video Open Video Status Action
{{$mentor->id}} {{$mentor->title}} {{$mentor->content}} Disable Edit Download Delete
@csrf @method('DELETE')
@endsection