@extends('layouts.app') @section('content')
@php $planes=Plane::select("periodo_lapso")->where("seccione_id","=",$IdSeccion)->distinct()->get(); @endphp
@endsection