@extends('view.layout.layout')
@section('title')
{!! $setting['site']['site_title'].'Channel- '.$chanel->title !!}
@endsection
@section('page')
@if($follow == 0)
{{{ trans('main.follow') }}}
@else
{{{ trans('main.unfollow') }}}
@endif
@if($chanel->formal == 'ok')
@endif
{!! $chanel->description or '' !!}