@extends('layouts.admin') @section('title', 'Youtube List') @section('page-header')
| SL | Title | Slug | Sub Title | Link | Platform | Status | Action |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$youtube->title}} | {{$youtube->slug}} | {{$youtube->sub_title}} | {{$youtube->link}} | {{ucfirst($youtube->platform)}} | @if($youtube->is_active) Active @else Deactive @endif |
|
| No Data Found! | |||||||