@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 Customer / Vendor Name ALL CUSTOMERS / VENDOR @foreach( $customers as $customer ) {{ $customer->name }} (CUSTOMER) @endforeach @foreach( $vendors as $vendor ) {{ $vendor->name }} (VENDOR) @endforeach Customer / Vendor Select Type Recovery Receipt Payment Voucher {{__('lang.type')}} Clear @stop @push('include-css') @endpush @push('include-js') @endpush