@extends('layouts.app')
@section('breadcrumb')
@stop
@push('head')
@endpush
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
($valores["id"]?? 0 )])}}" v-if="modo == 'view'" size="sm" variant="info">Editar
@csrf
-- Seleccione --
Calificaciones
Usuario |
Proyecto |
Comentario |
Cumplimiento |
Calidad |
Post Venta |
Nota Final |
@{{nota.user.full_name}} |
@{{nota.proyecto.nombre_proyecto}} |
@{{nota.observaciones}} |
@{{nota.plazo}} |
@{{nota.calidad}} |
@{{nota.postventa}} |
@{{nota.nota}} |
Aceptar
@endsection
@push('pre-scripts')
@endpush
@push('post-scripts')
@endpush