@extends('layouts.admin') @section('pageTitle',__('admin.sms-inbox')) @section('innerTitle') @lang('admin.sms-inbox') @if(Request::get('search')) : {{ Request::get('search') }} @endif @endsection @section('breadcrumb')
  • @lang('admin.dashboard')
  • @lang('admin.sms-inbox')
  • @endsection @section('content')

    @csrf
    @foreach($sms as $item) pivot->read==0) class="unread" @endif > @endforeach
    @lang('admin.sender') @lang('admin.message') @lang('admin.comment') @lang('admin.date')
    {{ $item->user->name }}   {{ $item->user->name }} {!! nl2br(clean($item->message)) !!} {{ $item->notes }} {{ \Illuminate\Support\Carbon::parse($item->crated_at)->format('D, M d, Y') }}
    @if(false)
    @csrf
    @if($sms->previousPageUrl() != null) @endif @if($sms->nextPageUrl() != null) @endif
    @foreach($sms as $item) @endforeach
    @lang('admin.sender') @lang('admin.message') @lang('admin.comment') @lang('admin.date')
    {{ $item->user->name }}
    {!! nl2br(clean($item->message)) !!} {{ $item->notes }} {{ \Illuminate\Support\Carbon::parse($item->crated_at)->format('D, M d, Y') }}
    @endif @endsection @section('footer') @endsection