@extends('../layout/' . $layout) @section('subhead') Astroguru in News @endsection @section('subcontent')

Astroguru News

Add New News
@if (count($news) > 0)
@foreach ($news as $video)
Ads Video image
{{ $video['link'] }}

Channel: {{ $video['channel'] }}

News Date: {{ date('d-m-Y', strtotime($video['newsDate'])) ? date('d-m-Y', strtotime($video['newsDate'])) : '--' }}

{{ $video['description'] }}
@endforeach
@else
noData

No Data Available

@endif @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif @if (count($news) > 0)
@endif @endsection @section('script') @endsection