@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Agregar Retiro
@foreach ($retreats as $retreat) @endforeach
Fecha Retiro
{{$retreat->date}} {{$retreat->retreat}}
@section('css') @stop @section('js') @stop @endsection