@extends('layouts.app') @section('content')
Cobertura {{$data->cobertura}}
Estado @if($data->estado == 0) Inactivo @else Activo @endif
@endsection