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

{{ __('strings.headerAssignUserComission',["app"=>"QuiQ"]) }}

DATOS DEL USUARIO

Nombre: {{ $user->NAME.' '.$user->LAST_NAME }}

Emial: {{ $user->EMAIL }}

{{ csrf_field() }} {{ method_field('post') }}

ASIGNACION COMONISIONES

COMISIONES DE LA EMPRESA

@if( isset( $commissions->EMPRESA ) ) @else @endif

COMISION DEL CHOFER

@if( isset( $commissions->CHOFER ) ) @else @endif

@endsection @push('scripts') @endpush