Sindbad~EG File Manager

Current Path : /var/www/html/performance.sumar.com.py/resources/views/admin/objetivos/
Upload File :
Current File : /var/www/html/performance.sumar.com.py/resources/views/admin/objetivos/index.blade.php

@extends('adminlte::page')

@section('title', 'Objetivos de Gestión')

@section('content_header')
    <h1>Objetivos de Gestión</h1><hr>

@stop

@section('content')

    @livewire('objetivos')

@stop

@section('adminlte_js')
    <script>
        function imprimir(){
            var mode = 'iframe'; //popup
            var close = mode == "popup";
            var options = { mode : mode, popClose : close, popHt: 400,popWd: 600,popX: 700,popY: 500};
            $("#factura").printArea( options );
        }
    </script> 
    <script>
        window.livewire.on('alert', param => {
            toastr[param['type']](param['message']);
        });
    </script>
    @include('toastr.alertas')
@stop

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists