@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content') @include('shortcodes.partials.create') @include('shortcodes.partials.edit-short-code')
@include('commons.notifications')

Voice Short Codes

@endsection @section('javascript') @endsection