@extends('layouts.authenticated') @section('title') // Titulo da seção @endsection @section('panel_title') // Titulo do painel, se houver @endsection @section('content')
Procurar
@csrf
@foreach($contacts as $cli) @endforeach
Nome Email Telefone Opções Ações
{{ $cli->customername }} {{ $cli->customeremail }} {{ $cli->customerphone }}
@csrf
@csrf
   
@csrf
@endsection @section('inlinejs') @endsection