@extends("layouts.app") @section("breadcrumb")
  • @lang('fleet.contact')
  • @endsection @section('content')

    @lang('fleet.contact')

    @foreach($messages as $msg) @endforeach
    @lang('fleet.user') @lang('fleet.message')
    {{$msg->user->name}} {{$msg->message}}
    @endsection