@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), route('admin.student.sessions')=>__('default.courses'), '#'=>__lang('send-message') ]]) @endsection @section('content')
{{ $subTitle }}
@csrf
@php if(getSetting('sms_enabled')==1): @endphp
{{$smsTitle}}
@csrf

160 {{ __lang('characters-remaining') }} 1 {{ __lang('messages') }}

@php else: @endphp {{ __lang('sms-disabled') }}. @can('access','configure_sms_gateways') {!! clean(__lang('click-to-configure',['link'=>adminUrl(array('controller'=>'smsgateway','action'=>'index'))])) !!}@endcan @php endif; @endphp
@endsection @section('footer') @endsection