Desarrollo del modulo de alumno y control escolar para subir archivos de expediente
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
||||
|
||||
<?php echo $__env->yieldContent('head'); ?>
|
||||
|
||||
<link href="<?php echo e(asset('assets/vendor/fontawesome-free/css/all.min.css')); ?>" rel="stylesheet" type="text/css">
|
||||
<!-- Custom fonts for this template-->
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
|
||||
rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template-->
|
||||
<link href="<?php echo e(asset('assets/css/sb-admin-2.min.css')); ?>" rel="stylesheet">
|
||||
<link href="<?php echo e(asset('assets/css/style.css')); ?>" rel="stylesheet">
|
||||
<title><?php echo $__env->yieldContent('title'); ?></title>
|
||||
</head>
|
||||
<?php /**PATH C:\proyectos\primeros\sistemaEducativo\resources\views/layouts/_partials/head.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user