@extends('layouts.template.landing') @section('styles') @endsection @section('content')

Estado de Radicación

{!!$html['empty'] ?? ''!!}
@csrf
@php if(isset($html) && array_key_exists('html', $html)){ echo $html['html']; } @endphp
@endsection @section('scripts') @endsection