@extends('layouts.app') @section('include_css') @endsection @section('content')

SMS Report

    @if(Auth::user()->can(['SEND_NEW_SMS']))
  • {{ Html::link('sendsms/create', __('xcommunication::sendsms.buttons.send_new_sms'),array('class="btn btn-primary"'))}}
  • @endif
Customer {{ __('xcommunication::sendsms.labels.recipient_phone_no')}} {{ __('xcommunication::sendsms.labels.message')}} {{ __('xcommunication::sendsms.labels.send_time')}} {{ __('xcommunication::sendsms.labels.status')}} {{ __('xcommunication::sendsms.labels.send_by')}}
@endsection @section('include_js') @endsection @section('custom_script') @endsection