@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} @stop @section('content')
@foreach($variacion as $key => $value) @endforeach
Valor de Tasa Fecha
{!!$value->valor_tasa!!}
{!!$value->fecha!!}
@stop @section('postscript') {!! Html::script('js/jquery_ui.js') !!} @stop