@extends('layouts.common') @section('headers') @endsection @section('content')

Clientes.

Lista:
@csrf
@if ($can_edit) @endif @if ($can_delete) @endif @foreach ($customers as $customer) @if ($can_edit) @endif @if ($can_delete) @endif @endforeach
Cliente Correos 1 Correos 2EditarEliminar
{{ $customer->name }}
@endsection @section('scripts') @endsection