@extends('layouts.main') @push('styles') @endpush @section('content')

View SMS Reports

{{ Form::open(['route' => 'sms.view_sms_reports' , 'data-toggle' => 'validator']) }}
{{ Form::label('start_date', 'Date From') }} {{ Form::text('start_date','',['class' => 'form-control compulsory', 'required','readonly','id'=>'start_date']) }}
{{ Form::label('end_date', 'Date To') }} {{ Form::text('end_date','',['class' => 'form-control compulsory', 'required','readonly','id'=>'end_date']) }}

{{ Form::button('Search',['type'=>'submit','class'=>'btn btn-rounded btn-success waves-effect waves-light m-r-10']) }}
{{ Form::close() }}

{{ $search_text }}


To all patients {{ $sms_sent_to_all_patients }}
To all staff {{ $sms_sent_to_all_users }}
Custom Messages {{ $sms_sent_to_custom }}
Alerts from investigations {{ $sms_sent_for_investigation_results }}
To patient categories {{ $sms_sent_to_patient_categories }}
According to staff positions {{ $sms_sent_to_user_positions }}
Alerts from patient appointments {{ $sms_sent_for_patient_appointments }}
Total Sent {{ $total_sms_sent }}
@endsection @push('scripts') @endpush