@extends('layouts.dashboard') @section('content')

{!! $client->empresa !!}

{!! $client->nome !!}

@include('gestao.clientes.edit.dados_pessoais') @include('gestao.clientes.edit.contatos') @include('gestao.clientes.edit.interacoes')
@endsection @section('scripts') @endsection