@extends('layouts.landing') @section('title',"show") @section('content')
Status: {{ $turno->status==1 ? 'Activo' : 'Inactivo' }}