@extends('layouts.admin-layout') @section('title', 'All Home Video ') @section('content')

Home Video Section

@foreach($get_home_videos as $home_video) @endforeach
S.N. Image status Action
{{ $loop->iteration }} {{$home_video->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection