@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

@include('layouts.message')

{{$heading}}

@foreach($records as $key=>$record) @endforeach {{--@endforeach--}}
Videos Name Status Featured Action
@if(isset($record->image)) @elseif($record->type=='internal') View Video {{-- View Video--}} @else View Video @endif {{$record->name}}
{{csrf_field()}}
status) checked @endif name="status" /> @if ($record->status == 1) @else @endif
{{csrf_field()}}
featured) checked @endif name="featured" /> @if ($record->featured) @else @endif
{{----}}
@endsection @section('scripts') @endsection