@php use App\Http\Controllers\DevPermTempAuthController; use App\Models\Profile; $profile=Profile::user(); $id_user=$profile->idUser @endphp @include('system-layouts.layout-head') @include('mod-negotiation.style') @include('mod-negotiation.title')
@if (!empty($errors->all()))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Nova negociação

Cliente
@include('mod-negotiation.formadd-01-client')
Produtos/Serviços
@include('mod-negotiation.formadd-02-00-productservice')
Referência
@include('mod-negotiation.formadd-03-reference') {{--
Proposta
--}} {{-- @php($negociation_title=1)--}} {{-- @include('mod-negotiation.formadd-03-00-proposal')--}}
{{-- --}}
@include('system-layouts.layout-footer') @include('mod-negotiation.script') @include('mod-negotiation.formadd-script') @include('mod-negotiation.script-proserv') @include('mod-negotiation.script-refe-commiss') @include('mod-clientprovider.common-script')