@extends('layouts.logeado') @section('sub_title', 'Novedades del servicio: '. $servicio->id) @section('sub_content')
@if ($usuario->roles_id == 1) @else @if ($usuario->modulos[0]->pivot->editar == 1) @endif @endif @if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif
@forelse($novedades as $novedad) @empty @endforelse
Tipo de novedad Detalle Solución Estado
{{ $novedad->tiponovedad->nombre }} {{ $novedad->detalle }} {{ $novedad->solucion }} {{ $novedad->estado }} Actualizar
No hay datos
@endsection @section('sincro') @endsection