@extends('layouts.plantillabase'); @section('css') @endsection @section('contenido') CREAR @foreach ($clientes as $cliente) @endforeach
ID Clave Empresa Contacto Correo Acciones
{{$cliente->id}} {{$cliente->clave}} {{$cliente->empresa}} {{$cliente->contacto}} {{$cliente->correo}}
Editar @csrf @method('DELETE')
@section('js') @endsection @endsection