@extends('layouts.main') @section('template_title') {{ $customer->name ?? "{{ __('Show') Customer" }} @endsection @section('content')
{{ __('Show') }} Customer
Name: {{ $customer->name }}
Ruc: {{ $customer->nit }}
Register: {{ $customer->register }}
Order: {{ $customer->order }}
Email: {{ $customer->email }}
Phones: {{ $customer->phones }}
Contact Name: {{ $customer->contact_name }}
Contact Phone: {{ $customer->contact_phone }}
Mobile Phone: {{ $customer->mobile_phone }}
Contact Email: {{ $customer->contact_email }}
Coordinates: {{ $customer->coordinates }}
@endsection