@extends('layouts.master') @section('title', 'SMS Enviados') @section('header') @if(\Session::get('conexion') == 'guiaelectronica' && \Session::get('fromge') == true) .solo-laravel { display: none !important; } body { padding-top: 18px !important; } body * { font-size: 12px !important; } @endif @endsection @section('content')

SMS Enviados

{{--Titulo de la vista--}}
{{--dic row para agrupar los select--}}



{{--Refrescar la vista a las 2 horas--}} @endsection