@extends('admin.layouts.master') @section('title') Video Management | @endsection @section('content')
# Id | Video | Video Name | Title | Chapter | Can Access | Status | Action | |
---|---|---|---|---|---|---|---|---|
{{ $record->id }} | {{ $record->video_name }} | {{ $record->title }} | {{$record->chapter_id}} @if($record->chapter_id) {{ optional($record->chapter)->chaptername }} - {{ optional($record->chapter)->name }} @else Not Assigned @endif | @if ($record->is_paid) Yes @else No @endif | @if ($record->status) Active @else Inactive @endif | |||
No data found |