@extends('layouts.app')


@section('ruta')
<div class="mb-3 my-2 small">
    <h6> <a href="{{route('materiales.index')}}">Materiales</a> > TITULO</h6>
</div>
@endsection

@section('titulo', 'TITULO')
@section('contenido')
¡
@endsection
