{{-- @extends('layouts.app') @section('content')
@include('flash::message')
Promocions
@include('promocions.table')
@endsection --}} @extends('layouts.app') @push('css') @endpush @section('content')
@if(get_perfil()["perfil"] == "Administrador")

Calidad y Seguridad+

@else

Calidad y Seguridad

@endif
@include('promocions.table')
@endsection @method(cambiar_estatus_vista('calidad-y-seguridad')) @section('modales') @endsection @push('scripts') @endpush