@extends('layouts/home') @section('title') Chi tiết khách hàng - {{$contact['company_name']}} @endsection @section('style') @endsection @section('content')
@include('layouts.header') @include('layouts.nav-mobile')

{{$post->fullname}}

{{$post->fullname}}

{{$post->position}}

{{$post->content}}

Thành Viên Khác

Dimply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy texen book. It has survived not only five centuries, but also the leap iining esse.

@foreach($member_related as $mr)

{{$mr->fullname}}

{{$mr->position}}

@endforeach
@include('layouts.footer') @endsection @section('script') @endsection