@extends('layouts.app') @section('title') All Contacts @endsection @section('description') All contact is here. @endsection @section('breadcrumb')
  • All Contacts
  • @endsection @section('styles') @endsection @section('content') @include('contacts.maps')
    ID Name Device Address Phone Number Coordinate
    ID Name Device Address Phone Number Coordinate
    @endsection @section('scripts') @include('contacts.scripts.maps', ['contacts' => $contacts]) @endsection