@extends('layouts.guest') @section('content') @livewire('shop.orderSuccess', [ 'id' => $id, 'restaurant' => $restaurant, 'shopBranch' => $shopBranch, ]) @endsection