@extends('proyectos.brokers.base')
@section('brokers_title')
{{ $contract->broker->name }} - {{ $contract->project->descripcion }}
@endsection
@section('brokers_header')
{{ $contract->broker->name }} - {{ $contract->project->descripcion }}
@endsection
@include('layout.body.scripts.stats')
@prepend('page_scripts')
@endprepend
@section('brokers_content')
{{ $format->percent($contract->commission, 2, true) }}
Comisión desde {{ $contract->current()->date->format('d/m/Y') }}
@foreach ($contract->promotions() as $promotion)
{{ $promotion->description }} {{ $format->percent($promotion->amount, 2, true) }} {{ ucwords($promotion->type->name()) }}
@endforeach
@include('proyectos.brokers.contracts.show.tipo')
@include('proyectos.brokers.contracts.show.linea')
@include('proyectos.brokers.contracts.show.unidades')
@endsection
@include('layout.body.scripts.datatables')
@include('layout.body.scripts.datatables.searchbuilder')
@include('layout.body.scripts.datatables.buttons')
@push('page_scripts')
@endpush