@extends('admin.layouts.admin') @section('title') Admin | Find Restaurants (API) @endsection @section('styles') @endsection @section('content')

Fetch Restaurants / Nightlife from Google API

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('scripts') @endsection