@extends("admin.template.layout")
@section("header")
@stop
@section("content")
@if(check_permission('videos','Create'))
@endif
# |
Title |
Outlet |
Status |
Action |
@foreach($list as $ech)
@php $i++; @endphp
{{$i}} |
{{$ech->video_title}} |
{{$ech->vendor}} |
@if($ech->active == 1) {{'Active'}}@else{{'Inactive'}}@endif |
|
@endforeach
@stop
@section("script")
@stop