@yield('page-css')
@include('client-traffic.partials.new-app')
Client Portal
{{ session('current_user.name') }}
@if($page_title == 'SMS Traffic')
New SMS
@else
Messages
@endif @if($page_title == 'Applications')
New App
@else
App List
@endif
Log out
@yield('content')
@yield('page-js')