@include('include.css') @include('include.header') @section('EV') active open @endsection @section('VL') active open @endsection @include('include.sidebar')
@section($active) active @endsection
Image Data
@if(session()->has('VideoDeleted'))
{{session()->get('VideoDeleted')}}
@endif @php $i = 0; @endphp @foreach($data as $vdata) @php $i = ++$i; @endphp @endforeach
S.No. Title Desc Image Weightage Date/Views
{{$i}} {{$vdata->fih_title}} {{$vdata->fih_description}}
Date: {{$vdata->fih_date}}
Views: {{$vdata->fih_views}}
{{$vdata->fih_status}}
{{--
{{ $data->links() }}
--}}
@include('include.footer')