/
home
/
obinna
/
html
/
cravings
/
resources
/
views
/
front
/
Upload File
HOME
@extends('layouts.place') @section('content') <div class="hero"> <h1>{{ $place->name }}</h1> </div> <div class="services" id="map"></div> <div class="about"> Hello </div> @endsection @section('javascript') <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&key=AIzaSyAJsPhI-fGmDBIUh9yLu_MiUj4hZ2nlWU8"></script> @endsection