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

LISTA DE GRADOS

   Agregar Grado
@foreach ($sql as $i) @endforeach
ID Grado Sección
{{ $i->id_grado }} {{ $i->grado }} {{ $i->seccion }}
@endif @endsection