@extends('backend.app') @section('title') العملاء | {{$item->name}} @stop @section('content')
{{$item->name}}
الاسم {{$item->name}}
الهاتف {{$item->phone}}
المحافظة {{$item->governorateName}}
العنوان التفصيلي {{$item->address}}
الموقع @if($item->location) {{$item->location['lat'] .' , '.$item->location['lng'] }} عرض على الخريطة @else لم يسجل @endif
@stop