@extends('layouts.app') @push('css') @endpush @section('content')

Registro de Equipos @if (get_perfil()['perfil'] == 'Distribuidor') + @endif

@if (get_perfil()['perfil'] == 'Distribuidor') @endif
@include('registro_equipos.table')
@endsection @section('modales') @endsection @push('scripts') @endpush