@extends('layouts.app') @section('title', $teacher->curp . ' - Profesores - SICA') @section('page-icon') @endsection @section('page-title') Profesores / {{ $teacher->curp }} @endsection @push('styles') @endpush @section('content')
Profesor: {{ $teacher->nombre }} {{ $teacher->apellido_paterno }} ({{ $teacher->curp }})