@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Source Channel List
Create Source Channel
@foreach($source_channels as $item) @endforeach
S no Source Channel Name Actions
{{$loop->index + 1}} {{$item->name}} Edit {{$item->status=='0' ? 'active' : 'inactive'}}
@if(session('error')) @endif @if(session('success')) @endif @endsection