@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Discovery @endsection @section('content')

Newspaper Management

@csrf
Added Newspapers
@if(isset($channels) && sizeof($channels['data']) > 0) @foreach($channels['data'] as $data)    @endforeach @else
Currently no News Paper Added
@endif
@endsection @section('scripts') @endsection @section('page-scripts') @endsection