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

LISTA DE SECCIONES

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