@extends('layouts.app') {{--Important Variables--}} @section('title') SMS Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') SMS Report Search Criteria {{-- {{ csrf_field() }} --}} Select SMS Type All Receipts Dues SMS Type Phone No. From To {{__('lang.type')}} Summary Detailed Clear @stop @push('include-css') @endpush @push('include-js') @endpush