@extends('layouts.app') @section('content') @php function isPDF($filePath) { $extension = pathinfo($filePath, PATHINFO_EXTENSION); $extension = strtolower($extension); return $extension === 'pdf' || $extension == 'PDF'; } @endphp
Generales y fiscales @if ($customer->service_type_id == 3) Zonas de alcance Portal @endif
@if ($type != 0) @if ($type == 1 && $customer->properties->pluck('id')->contains(1)) Sedes @endif @if ($customer->properties->pluck('id')->contains(2)) Referencias @endif @if ($customer->general_sedes != 0) Archivos Zonas Planos @endif @if ($customer->service_type_id == 1 || $customer->general_sedes != 0) Ordenes de servicio @endif @endif

{{ __('customer.title.show') }} [{{ $customer->name }}]

@include('customer.show.general')
@endsection