@extends('layouts.app') @section('content') @php $range = json_decode($tracking->range); @endphp
EDITAR SEGUIMIENTO
@csrf
@php $range = json_decode($tracking->range); $r_type = $range->frequency_type ?? null; @endphp
@endsection