@extends('layouts.app') @section('template_title') {{ $certificadoresFEL->name ?? 'Show Certificadores F E L' }} @endsection @section('content')
Show Certificadores F E L
Certificador: {{ $certificadoresFEL->certificador }}
Nit: {{ $certificadoresFEL->nit }}
@endsection