@extends('layouts.landing') @section('title',"show") @section('content')
Datos del nivel
Regresar

{{$nivel->name}}

Status: {{ $nivel->status=='1' ? 'Activo' : 'Inactivo' }}

@endsection