@extends('layouts.app') @section('content') @include('includes.message')

Panel de Servicios




@if($serv_tipos->isEmpty())
Aún no hay servicios registrados
@else @foreach($serv_tipos as $serv_tipo) @endforeach
Fecha Servicio Planta
{!! date('d/m/Y', strtotime($serv_tipo->fecha)) !!} {!! $serv_tipo->tipoServicio['nombre'] !!} {!! $serv_tipo->planta['nombre'] !!}
@endif
{{$serv_tipos->links()}}
@endsection