@extends('client') {{--External Style Section--}} @section('style') @endsection @section('content') Details of Whatsapp SMS @include('notification.notify') Details of Whatsapp SMS {{ csrf_field() }} Device Id Message {{$msgDetails['message']}} {{-- 3000 {{language_data('characters remaining')}}--}} {{-- 1 {{language_data('message')}} (s)--}} Phone Reference Only fill if you want to send an update message. Update @endsection {{--External Style Section--}} @section('script') {!! Html::script("assets/libs/handlebars/handlebars.runtime.min.js")!!} {!! Html::script("assets/js/form-elements-page.js")!!} @endsection