@extends('layouts.portal.principal') @section('css_custom') @endsection @section('scripts_content') @endsection @section('content')
|
Emails2025-05-12 01:05 |
# | Servidor smtp | Encriptación | Puerto | ||
---|---|---|---|---|---|
{{ $key+1 }} | {{ $email->email }} | {{ $email->server }} | {{ $email->encryption }} | {{ $email->puerto }} | @if ($email->getPlantillas()->count() == 0) {!! Form::open(['method' => 'DELETE','route' => ['emails.destroy', $email->id],'style'=>'display:inline', 'onsubmit'=>"return emails.delete(this)"]) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} @endif |