@extends('layouts.app') @section('content')

Manage World Tv Data

@if(isset($data) && !empty($data)) @foreach($data as $key => $val) @endforeach @endif
S.No. Name Logo URL
{{ $i }} {{$val->name}} {{ $val->url }}
Showing {{ $pageInfo['currentPage'] }} to {{ $pageInfo['lastPage'] }} of {{ $pageInfo['total'] }} entries
{!! $data->appends($append)->render() !!}
@include('elements.file_upload') @endsection