@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content') @if($company)
{{ $company->companyname }}( {{ get_category($company->nature) }} | {{ get_category($company->scale) }} | {{ get_category($company->trade) }} )
{{ $company->address }}
@endif
@if($msg->total()) @foreach($msg as $key =>$val) @if($val->from_uid==auth('web-member')->user()->id)
{!! $val->message !!}
{{ $val->created_at }}
@else
{!! $val->message !!}
{{ $val->created_at }}
@endif
@endforeach @else @endif
发送
@endsection @section('script') @endsection