@extends('admin.layout') @section('content')

{{ trans('Channel Provider Status') }}

{{ csrf_field() }}
{!! Form::select('channel_name_all', $result['channel_name_all'], $selectedChannelNames, ['class' => 'form-control', 'id' => 'channel_name_all']) !!}
{{--
--}}
@endsection @section('scripts') @endsection