@extends('layouts.dashboard') @section('add-css') @endsection @section('title') Claves y Mails de todos los clientes @endsection @section('content')
{!! Form::open( ['route' => ['clavesmails.save'], 'method' => 'post', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data', 'role' => 'form', 'id' => 'store-receipt' ]) !!}
    {{ Form::close() }}
    @foreach ($claves_mails as $value) {{ $value->class_description }} @endforeach
    @php $tabC=''; $x=0; @endphp @foreach ($allData as $key => $list) @php $x++; @endphp @if($tabC!=$list->class) @if($x!=1) @endif @php $x++; @endphp @endif
    @foreach ($allData as $key => $list)
    @include($list->path)
    @endforeach
    @endsection @section('links') @endsection @section('add-js') @endsection