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