@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Clienti

@stop @section('content') @foreach ($clienti as $cliente) @endforeach
Ragione Sociale Indirizzo Provincia Comune Telefono Email Venditore Azioni
{{ $cliente->ragionesociale }} {{ $cliente->indirizzo }} {{ $cliente->provincia }} {{ $cliente->comune }} {{ $cliente->telefono }} {{ $cliente->email }} {{ $cliente->venditore->name }}
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop