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

Datos de cliente

{{-- --}} @foreach($customersdetails as $customersdetail) {{-- --}} @endforeach
Id Nombre comercial Nombre de contactoApellidoCorreo electrónico RFC Estatus Teléfono Celular Domicilio
{{$customersdetail->id}} {{$customersdetail->commercial_name}} {{$customersdetail->customer_name}}{{$customersdetail->last_name}}{{$customersdetail->email}} {{$customersdetail->rfc}} @if($customersdetail->customer_status == 1) Activo @else Inactivo @endif {{$customersdetail->customer_phone}} {{$customersdetail->customer_cellphone}} {{$customersdetail->direction}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Direccion--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($customersdetails as $customersdetail)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
calleNombre de contactoNumero extNumero intCodigo postalTelefonoCelularColoniaCiudadCalle principal
{{$customersdetail->street}}{{$customersdetail->contact_name}}{{$customersdetail->num_ext}}{{$customersdetail->num_int}}{{$customersdetail->zipcode}}{{$customersdetail->phone}}{{$customersdetail->cellphone}}{{$customersdetail->suburbs_name}}{{$customersdetail->cities_name}}--}} {{-- @if($customersdetail->is_main === 1)--}} {{-- si --}} {{-- @elseif($customersdetail->is_main === 0 )--}} {{-- no--}} {{-- @else--}} {{-- @endif
--}} {{--
--}} {{--
--}} {{--
--}} @endsection @section('scripts') @endsection