@extends('proyectos.brokers.base') @section('brokers_title') {{ $broker->name }} @endsection @section('brokers_header') {{ $broker->name }} @endsection @section('brokers_content')
RUT: {{ $broker->rutFull() }}
Razón Social: {{ $broker->data()?->legalName }}
@if ($broker->data()?->representative->name !== null)
Contacto
Nombre: {{ $broker->data()?->representative?->name }}
Email: {{ $broker->data()?->representative?->email }}
Teléfono: {{ $broker->data()?->representative?->phone }}
Dirección: {{ $broker->data()?->representative?->address }}
@endif @foreach($broker->contracts() as $contract) @endforeach
Proyecto Comisión Fecha Inicio
{{ $contract->project->descripcion }} {{ $format->percent($contract->commission, 2, true) }} {{ $contract->current()->date->format('d-m-Y') }}
@include('proyectos.brokers.show.add_modal') @endsection @include('layout.body.scripts.datatables') @push('page_scripts') @endpush