@extends('layouts.app') @section('titulo','Equipo') @section('contenido') @php $editando = (bool) $registro->id; @endphp

{{ $editando?'Editar':'Nuevo' }} equipo

@csrf @if($editando) @method('PUT') @endif
@if($registro->imagen)@endif
activo??1)?'checked':'' }}>
Cancelar
@endsection