@extends('layouts/app') @section('titulo', 'Lista Semestres') @section('content') @if (Auth::user()->tipo == 1) @if (session('correcto')) @endif @if (session('incorrecto')) @endif

LISTA DE SEMESTRES

   Agregar Semestre
@foreach ($sql as $i) @endforeach
ID Semestre Año
{{ $i->id_semestre }} {{ $i->semestre }} {{ $i->año }}
@endif @endsection