@extends('layouts.app') @push('css') @endpush @method(cambiar_estatus_vista('productos')) @section('content')
@if(get_perfil()["perfil"] == "Administrador")

Productos +

@else

Productos

@endif
@include('productos.table')
@endsection @section('modales') @endsection @push('scripts') @endpush