@extends('layouts.master') @section('content') @if (isset($_GET['channel_account_id']) && !empty($_GET['channel_account_id'])) @include('channel.partials.settings') @else @include('channel.partials.channel_accounts') @endif @endsection