@extends('layouts.backend.app') @section('content')
{{ __('Delevery Address') }}: {{ $customerInfo->address }}
{{ __('Customer Name') }}: {{ $customerInfo->name }}
{{ __('Customer Phone') }}: {{ $customerInfo->phone }}
{{ __('Restaurant Address') }}: {{ $customerInfo->address }}
{{ __('Restaurant Name') }}: {{ $customerInfo->name }}
{{ __('Restaurant Phone') }}: {{ $customerInfo->name }}