@extends('academia.dashboard') @section('content')
| Curso | Categoría | Precio |
|---|---|---|
|
|
@if($cat != null) {{ $cat->title }} @endif | @if ($moneda->mostrar_a_d) {{$moneda->simbolo}} {{ $datos->precio }} @else {{ $datos->precio }} {{$moneda->simbolo}} @endif |