<?php
namespace App\Admin\Pages;
use Illuminate\Contracts\Support\Renderable;
class LiveOut implements Renderable
{
public function render()
// dd(123456);
return admin_view('admin.do.live-out', ['goods'=>'{}']);
}