@extends('layouts.app') @section('content')

Clientes


@foreach($variables as $variable) @endforeach
ID Contact_ID Nombre{{ ucfirst($variable) }}Acciones
@endsection @push('js') @endpush