@extends('layout') @section('title','PDF') @section('content') @switch(Crypt::decrypt($opcion)) @case(0) @php($manual = "Sistema_ETARS_Registro.pdf") @break @case(1) @php($manual = "Sistema_ETARS_Guia_Usuario.pdf") @break @case(2) @php($manual = "Sistema_ETARS_Gestoria.pdf") @break @endswitch
@endsection