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

Noticias @if(get_perfil()["perfil"] == "Administrador")+@endif

@include('noticias.table')
@endsection @method(cambiar_estatus_vista('noticias')) @section('modales') @endsection @push('scripts') @endpush {{-- @section('content')
@include('flash::message')
Noticias
@include('noticias.table')
@endsection --}}