@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

Ubereats Integration

Connect your app with ubereats

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