@extends('layouts.lo_app_dashboard') @section('titulo') FHOI Dashboard @endsection @section('content')

@foreach($select_cirujanos as $select_cirujano) @endforeach @foreach($select_intervencions as $select_intervencion) @endforeach


{{old('comentario')}}
@endsection