@extends('admin.layouts.app') @section('title', 'Detalle de Estudiante') @section('page_title', 'Detalle de Estudiante') @section('content') @php $codigoView = 'WS-' . str_pad((string) ((int) ($student->contabilidad_id ?: $student->id)), 4, '0', STR_PAD_LEFT); @endphp