@extends('layouts.main_without_top_button') @section('title', strtoupper($subject)) @section('navigation') @stop @section('contentinner')
@foreach($conversations as $conversation) @if($conversation->sender != 'Logistics')
{{--Image--}}

{{$conversation->message}}

{{$conversation->full_name}} {{date("M j H:i", strtotime( $conversation->date_sent))}}
@else
{{--Image--}}

{{$conversation->message}}

{{$conversation->full_name}} {{date("M j H:i", strtotime( $conversation->date_sent))}}
@endif @endforeach

@if($status == 'Active')
{{----}}
@endif
@stop