{{-- @livewire('customer-train-component', ['customer_id' => $customer->id ,'customer'=>$customer ,'component_name'=>"customer-contacts"]) --}} {{--

{{ __('messages.Add Contacts') }} {{ __('messages.to') }} {{ __('messages.Customer') }} {{$customer->name}}

--}}
@if (session()->has('message'))
{{ session('message') }}
@endif
{{--
conatct_type_id change_contact_type @foreach (\App\Models\ContactType::all() as $type) @endforeach
--}}
# {{__('messages.mobile')}} {{__('hr_messages.profile')}} @forelse ($all_customer_mobiles as $customer) 1 {{ $customer->mobile }} @forelse ($this-> get_related_customers($customer->mobile) as $cust) {{ $cust->name}} @empty - @endforelse @empty {{__('messages.Empty Result')}} @endforelse {{ $all_customer_mobiles->links() }}