@extends('layouts.customer-app.basic') @section('title') Fitsigma | Customer Message @endsection @section('CSS') {!! HTML::style('fitsigma_customer/bower_components/html5-editor/bootstrap-wysihtml5.css') !!} @endsection @section('content')

Message

@foreach($messages as $message) 0 && $message->mark_as == 'unread')class="unread"@endif> @endforeach
{{ substr($message->text, 0, 80) }}... {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $message->created_at)->diffForHumans() }}
@endsection @section('JS') {!! HTML::script('fitsigma_customer/bower_components/html5-editor/wysihtml5-0.3.0.js') !!} {!! HTML::script('fitsigma_customer/bower_components/html5-editor/bootstrap-wysihtml5.js') !!} @endsection