@extends('layouts.app') @section('script_header') @endsection @section('content')
@include('includes.message')
@csrf
Nuevo Servicio
@if($empresa_ant->id == '') @else @endif
@if($planta_ant->id == '') @else @endif
Cargue los tipos de servicios realizados
Header Header2
@if($empresa_ant->id == '') @else @foreach($servicio->servicios as $tipo_ant) @if($cont == 0) @else @endif @endforeach @endif
@endsection @section('script') @endsection