@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
SMS Log
@if(\Illuminate\Support\Facades\Auth::user()->company->company_type == 2)
@endif
@if(\Illuminate\Support\Facades\Auth::user()->company->company_type == 1)
@endif
{{--table--}}

SMS Log

@foreach ($data as $text) @endforeach
From To Count Recent Message SMS History
{{$text->formatted_customer_phone_number}} {{$text->customer_name}} {{$text->initial_tracking_number}} {{count($text->recent_messages)}} @if (count($text->recent_messages)) {!! $text->recent_messages[0]->content !!} @endif Show
@stop @section('page_modals') @stop @section('page_scripts') @include('call_rails.calljs') @stop