@extends('layouts.app') @section('template_title') {{ $feGeneralConfig->name ?? 'Show Fe General Config' }} @endsection @section('content')
Show Fe General Config
Fecha: {{ $feGeneralConfig->fecha }}
Configuracion: {{ $feGeneralConfig->configuracion }}
Correo: {{ $feGeneralConfig->correo }}
Clave: {{ $feGeneralConfig->clave }}
Puerto: {{ $feGeneralConfig->puerto }}
Host: {{ $feGeneralConfig->host }}
Smtp: {{ $feGeneralConfig->smtp }}
Encriptado: {{ $feGeneralConfig->encriptado }}
@endsection