@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')

Client Short Codes

@if($type == 'voice') {{ ucfirst($type) }} Short Code @else {{ strtoupper($type) }} Short Code @endif

@include('client.partials.shortcode-index')
@endsection @section('javascript') @endsection