@extends('layouts.customer') @section('title', 'Doordash Integration') @section('content')
@if ($message = Session::get('success'))

{{ $message }}

@endif
@if ($errors->any())
Whoops! There were some problems with your input.

@endif

Grubhub Integration

Connect your app with grubhub

Your unique API key from Hunter.io for authentication.

The secret key for secured API requests.

Add an optional tag or identifier (if any).

@endsection @section('script') @endsection