@extends('layouts.app') @section('content')
Actualizar Cliente
@csrf @method('PUT')
@if (is_numeric($customer->location_id) === false)
{{__('alerts.admin-customer-without-location-details')}}
@endif
@if (is_numeric($customer->location_id) === false)
@endif
@endsection