newTable() ->addColumn('logo', function (Brand $brand) { return view('admin::partials.table.image', [ 'file' => $brand->logo, ]); }); } }